diff options
author | Yinghai Lu <Yinghai.Lu@Sun.COM> | 2008-01-30 13:33:33 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 13:33:33 +0100 |
commit | ac629a98bf98bfe66bf0a674b22be3474ee6a9a4 (patch) | |
tree | a2b3d0a5300d6b584557512740267d4ffd40d71e /arch/x86/kernel/setup_64.c | |
parent | dd5af90a7f3d79e04b7eace9a98644dbf2038f4d (diff) |
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>
Diffstat (limited to 'arch/x86/kernel/setup_64.c')
-rw-r--r-- | arch/x86/kernel/setup_64.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/setup_64.c b/arch/x86/kernel/setup_64.c index 116687ade18..fe47807cac0 100644 --- a/arch/x86/kernel/setup_64.c +++ b/arch/x86/kernel/setup_64.c @@ -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 |