diff options
Diffstat (limited to 'arch/x86/mach-visws/traps.c')
-rw-r--r-- | arch/x86/mach-visws/traps.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/x86/mach-visws/traps.c b/arch/x86/mach-visws/traps.c index dd1f5fa94210..8a160ec147f7 100644 --- a/arch/x86/mach-visws/traps.c +++ b/arch/x86/mach-visws/traps.c | |||
@@ -62,8 +62,10 @@ static __init void cobalt_init(void) | |||
62 | co_apic_read(CO_APIC_ID)); | 62 | co_apic_read(CO_APIC_ID)); |
63 | } | 63 | } |
64 | 64 | ||
65 | void __init trap_init_hook_dontuse(void) | 65 | int __init visws_trap_init_quirk(void) |
66 | { | 66 | { |
67 | lithium_init(); | 67 | lithium_init(); |
68 | cobalt_init(); | 68 | cobalt_init(); |
69 | |||
70 | return 1; | ||
69 | } | 71 | } |