mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-22 20:23:57 +08:00
x86, VisWS: turn into generic arch, IO-APIC setup fix
skip IO-APIC setup on a VISWS if it's enabled. Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
efefa6f63f
commit
54ce7f9906
@ -260,6 +260,13 @@ void __init visws_early_detect(void)
|
|||||||
mach_get_smp_config_quirk = visws_get_smp_config_quirk;
|
mach_get_smp_config_quirk = visws_get_smp_config_quirk;
|
||||||
mach_find_smp_config_quirk = visws_find_smp_config_quirk;
|
mach_find_smp_config_quirk = visws_find_smp_config_quirk;
|
||||||
|
|
||||||
|
#ifdef CONFIG_X86_IO_APIC
|
||||||
|
/*
|
||||||
|
* Turn off IO-APIC detection and initialization:
|
||||||
|
*/
|
||||||
|
skip_ioapic_setup = 1;
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Get Board rev.
|
* Get Board rev.
|
||||||
* First, we have to initialize the 307 part to allow us access
|
* First, we have to initialize the 307 part to allow us access
|
||||||
|
Loading…
Reference in New Issue
Block a user