mirror of https://gitee.com/openkylin/linux.git
x86: remove duplicated line about
Signed-off-by: Yinghai Lu <yinghai.lu@sun.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
dd5af90a7f
commit
ac629a98bf
|
@ -338,7 +338,6 @@ void __init setup_arch(char **cmdline_p)
|
|||
#ifdef CONFIG_NUMA
|
||||
x86_cpu_to_node_map_early_ptr = (void *)&x86_cpu_to_node_map_init;
|
||||
#endif
|
||||
x86_bios_cpu_apicid_early_ptr = (void *)&x86_bios_cpu_apicid_init;
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_ACPI
|
||||
|
|
Loading…
Reference in New Issue