x86: refactor x86_quirks support
[deliverable/linux.git] / arch / x86 / kernel / traps.c
index acb8c0585ab9f04a2d79457822d083e7de78f8b3..c8c0a7e530be30a3417f18eb4417b8db2c0942c3 100644 (file)
@@ -61,7 +61,7 @@
 #include <asm/proto.h>
 #else
 #include <asm/processor-flags.h>
-#include <asm/arch_hooks.h>
+#include <asm/setup.h>
 #include <asm/traps.h>
 
 #include "cpu/mcheck/mce.h"
@@ -1026,6 +1026,6 @@ void __init trap_init(void)
        cpu_init();
 
 #ifdef CONFIG_X86_32
-       trap_init_hook();
+       x86_quirk_trap_init();
 #endif
 }
This page took 0.025699 seconds and 5 git commands to generate.