Function report |
Source Code:kernel\cpu.c |
Create Date:2022-07-28 09:01:04 |
Last Modify:2020-03-18 13:00:59 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Activate the first processor.
Proto:void __init boot_cpu_init(void)
Type:void
Parameter:Nothing
2358 | cpu = smp_processor_id() |
2361 | set_cpu_online(cpu, true) |
2362 | set_cpu_active(cpu, true) |
2363 | set_cpu_present(cpu, true) |
2364 | set_cpu_possible(cpu, true) |
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 |