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>
This commit is contained in:
@@ -853,14 +853,6 @@ void __init setup_arch(char **cmdline_p)
|
||||
init_cpu_to_node();
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_X86_NUMAQ
|
||||
/*
|
||||
* need to check online nodes num, call it
|
||||
* here before time_init/tsc_init
|
||||
*/
|
||||
numaq_tsc_disable();
|
||||
#endif
|
||||
|
||||
init_apic_mappings();
|
||||
ioapic_init_mappings();
|
||||
|
||||
|
Reference in New Issue
Block a user