OSDN Git Service

init: rename and re-order boot_cpu_state_init()
[android-x86/kernel.git] / kernel / cpu.c
index 967163f..e93635e 100644 (file)
@@ -1944,7 +1944,7 @@ void __init boot_cpu_init(void)
 /*
  * Must be called _AFTER_ setting up the per_cpu areas
  */
-void __init boot_cpu_state_init(void)
+void __init boot_cpu_hotplug_init(void)
 {
        per_cpu_ptr(&cpuhp_state, smp_processor_id())->state = CPUHP_ONLINE;
 }