commit | 428cf9025b15573e16e658032f2b963283e34ae0 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Thu Aug 20 10:35:46 2009 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Mon Aug 31 09:35:45 2009 +0200 |
tree | fc4620e8b7965bb191b0cebd879eaa53ede5bdda | |
parent | 66bcaf0bde100a4b54b82fc6fea6ceee2212ffb4 [diff] [blame] |
x86: Move traps_init to x86_init_ops Replace the quirks by a simple x86_init_ops function. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
diff --git a/arch/x86/kernel/x86_init.c b/arch/x86/kernel/x86_init.c index 8cb5933..9f2b775 100644 --- a/arch/x86/kernel/x86_init.c +++ b/arch/x86/kernel/x86_init.c
@@ -40,5 +40,6 @@ .irqs = { .pre_vector_init = init_ISA_irqs, .intr_init = native_init_IRQ, + .trap_init = x86_init_noop, }, };