diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2009-08-20 07:41:38 (GMT) |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2009-08-31 07:35:45 (GMT) |
commit | d9112f43021554ded2ef2b9bea5f88ba4b52abe0 (patch) | |
tree | 40d8f33402f18af494549af8e9ee1a2f83fc2736 /arch/x86/include/asm/setup.h | |
parent | b3f1b617f49447df6c3f5fac9c225aaea8b724ea (diff) | |
download | linux-fsl-qoriq-d9112f43021554ded2ef2b9bea5f88ba4b52abe0.tar.xz |
x86: Move pre_intr_init to x86_init_ops
Replace the quirk machinery by a x86_init_ops function which
defaults to the standard implementation. This is also a preparatory
patch for Moorestown support which needs to replace the default
init_ISA_irqs as well.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/include/asm/setup.h')
-rw-r--r-- | arch/x86/include/asm/setup.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/setup.h b/arch/x86/include/asm/setup.h index 345a255..66a3197 100644 --- a/arch/x86/include/asm/setup.h +++ b/arch/x86/include/asm/setup.h @@ -16,7 +16,6 @@ struct x86_quirks { int (*arch_pre_time_init)(void); int (*arch_time_init)(void); - int (*arch_pre_intr_init)(void); int (*arch_intr_init)(void); int (*arch_trap_init)(void); }; |