diff options
Diffstat (limited to 'arch/x86/kernel/setup.c')
-rw-r--r-- | arch/x86/kernel/setup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c index c4851eff57b3..e8029896309a 100644 --- a/arch/x86/kernel/setup.c +++ b/arch/x86/kernel/setup.c | |||
@@ -725,6 +725,7 @@ void __init setup_arch(char **cmdline_p) | |||
725 | /* VMI may relocate the fixmap; do this before touching ioremap area */ | 725 | /* VMI may relocate the fixmap; do this before touching ioremap area */ |
726 | vmi_init(); | 726 | vmi_init(); |
727 | 727 | ||
728 | early_trap_init(); | ||
728 | early_cpu_init(); | 729 | early_cpu_init(); |
729 | early_ioremap_init(); | 730 | early_ioremap_init(); |
730 | 731 | ||