diff options
Diffstat (limited to 'arch/x86/kernel/setup.c')
-rw-r--r-- | arch/x86/kernel/setup.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c index 63f32d220ef2..5796eb158d49 100644 --- a/arch/x86/kernel/setup.c +++ b/arch/x86/kernel/setup.c | |||
@@ -835,9 +835,7 @@ void __init setup_arch(char **cmdline_p) | |||
835 | */ | 835 | */ |
836 | init_hypervisor(&boot_cpu_data); | 836 | init_hypervisor(&boot_cpu_data); |
837 | 837 | ||
838 | #ifdef CONFIG_X86_32 | 838 | x86_init.resources.probe_roms(); |
839 | probe_roms(); | ||
840 | #endif | ||
841 | 839 | ||
842 | /* after parse_early_param, so could debug it */ | 840 | /* after parse_early_param, so could debug it */ |
843 | insert_resource(&iomem_resource, &code_resource); | 841 | insert_resource(&iomem_resource, &code_resource); |