diff options
Diffstat (limited to 'arch/x86/kernel/setup.c')
-rw-r--r-- | arch/x86/kernel/setup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c index 06853e670354..12907ab8f33e 100644 --- a/arch/x86/kernel/setup.c +++ b/arch/x86/kernel/setup.c | |||
@@ -869,7 +869,6 @@ void __init setup_arch(char **cmdline_p) | |||
869 | 869 | ||
870 | #ifdef CONFIG_X86_32 | 870 | #ifdef CONFIG_X86_32 |
871 | memcpy(&boot_cpu_data, &new_cpu_data, sizeof(new_cpu_data)); | 871 | memcpy(&boot_cpu_data, &new_cpu_data, sizeof(new_cpu_data)); |
872 | visws_early_detect(); | ||
873 | 872 | ||
874 | /* | 873 | /* |
875 | * copy kernel address range established so far and switch | 874 | * copy kernel address range established so far and switch |