diff options
author | Yinghai Lu <yhlu.kernel@gmail.com> | 2008-07-19 21:02:26 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-20 03:25:52 -0400 |
commit | 63b5d7af2556a7de6bf72c5dd0b85a32fb4c3767 (patch) | |
tree | 83465d3c04f62c241d08cc7663328374e9edea4d /arch/x86/kernel/setup.c | |
parent | 64898a8bad8c94ad7a4bd5cc86b66edfbb081f4a (diff) |
x86: add ->pre_time_init to x86_quirks
so NUMAQ can use that to call numaq_pre_time_init()
This allows us to remove a NUMAQ special from arch/x86/kernel/setup.c.
(and paves the way to remove the NUMAQ subarch)
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/setup.c')
-rw-r--r-- | arch/x86/kernel/setup.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c index bbcc13d0b569..4064616cfa85 100644 --- a/arch/x86/kernel/setup.c +++ b/arch/x86/kernel/setup.c | |||
@@ -853,14 +853,6 @@ void __init setup_arch(char **cmdline_p) | |||
853 | init_cpu_to_node(); | 853 | init_cpu_to_node(); |
854 | #endif | 854 | #endif |
855 | 855 | ||
856 | #ifdef CONFIG_X86_NUMAQ | ||
857 | /* | ||
858 | * need to check online nodes num, call it | ||
859 | * here before time_init/tsc_init | ||
860 | */ | ||
861 | numaq_tsc_disable(); | ||
862 | #endif | ||
863 | |||
864 | init_apic_mappings(); | 856 | init_apic_mappings(); |
865 | ioapic_init_mappings(); | 857 | ioapic_init_mappings(); |
866 | 858 | ||