diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2009-08-20 05:11:52 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2009-08-31 03:35:45 -0400 |
commit | b3f1b617f49447df6c3f5fac9c225aaea8b724ea (patch) | |
tree | 9c1cc5a96be1330868312d7970583838790b14a3 /arch/x86/include/asm/setup.h | |
parent | 90e1c6969d8711edb888a00ec54c74370f125c8f (diff) |
x86: Move get/find_smp_config to x86_init_ops
Replace the quirk machinery by a x86_init_ops function which defaults
to the standard implementation.
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 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/setup.h b/arch/x86/include/asm/setup.h index 6121a8ac7b06..345a2551af90 100644 --- a/arch/x86/include/asm/setup.h +++ b/arch/x86/include/asm/setup.h | |||
@@ -19,8 +19,6 @@ struct x86_quirks { | |||
19 | int (*arch_pre_intr_init)(void); | 19 | int (*arch_pre_intr_init)(void); |
20 | int (*arch_intr_init)(void); | 20 | int (*arch_intr_init)(void); |
21 | int (*arch_trap_init)(void); | 21 | int (*arch_trap_init)(void); |
22 | int (*mach_get_smp_config)(unsigned int early); | ||
23 | int (*mach_find_smp_config)(unsigned int reserve); | ||
24 | }; | 22 | }; |
25 | 23 | ||
26 | extern void x86_quirk_intr_init(void); | 24 | extern void x86_quirk_intr_init(void); |