Function report |
Source Code:arch\x86\kernel\smpboot.c |
Create Date:2022-07-28 08:24:33 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:smp_quirk_init_udelay
Proto:static void __init smp_quirk_init_udelay(void)
Type:void
Parameter:Nothing
726 | If init_udelay != UINT_MAX Then Return |
730 | If x86_vendor == X86_VENDOR_INTEL && x86 == 6 || x86_vendor == X86_VENDOR_HYGON && x86 >= 0x18 || x86_vendor == X86_VENDOR_AMD && x86 >= 0xF Then |
733 | init_udelay = 0 |
734 | Return |
Name | Describe |
---|---|
native_smp_prepare_cpus | Prepare for SMP bootup.*@max_cpus: configured maximum number of CPUs, It is a legacy parameter* for common interface support. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |