x86: add x2apic config
Impact: cleanup so could deselect x2apic and INTR_REMAP will select x2apic Signed-off-by: Yinghai Lu <yinghai@kernel.org> Cc: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
@@ -836,8 +836,7 @@ void __init setup_arch(char **cmdline_p)
|
||||
#else
|
||||
num_physpages = max_pfn;
|
||||
|
||||
if (cpu_has_x2apic)
|
||||
check_x2apic();
|
||||
check_x2apic();
|
||||
|
||||
/* How many end-of-memory variables you have, grandma! */
|
||||
/* need this before calling reserve_initrd */
|
||||
|
Reference in New Issue
Block a user