aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/setup.c')
-rw-r--r--arch/x86/kernel/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c
index bb207a47c631..2d93026af7cd 100644
--- a/arch/x86/kernel/setup.c
+++ b/arch/x86/kernel/setup.c
@@ -818,7 +818,7 @@ void __init setup_arch(char **cmdline_p)
818 * VMware detection requires dmi to be available, so this 818 * VMware detection requires dmi to be available, so this
819 * needs to be done after dmi_scan_machine, for the BP. 819 * needs to be done after dmi_scan_machine, for the BP.
820 */ 820 */
821 init_hypervisor(&boot_cpu_data); 821 init_hypervisor_platform();
822 822
823 x86_init.resources.probe_roms(); 823 x86_init.resources.probe_roms();
824 824