mirror of https://gitee.com/openkylin/linux.git
x86: es7000 build fix
Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
c5562faeaa
commit
e37ee42caa
|
@ -794,6 +794,11 @@ void __init find_smp_config(void)
|
||||||
ACPI-based MP Configuration
|
ACPI-based MP Configuration
|
||||||
-------------------------------------------------------------------------- */
|
-------------------------------------------------------------------------- */
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Keep this outside and initialized to 0, for !CONFIG_ACPI builds:
|
||||||
|
*/
|
||||||
|
int es7000_plat;
|
||||||
|
|
||||||
#ifdef CONFIG_ACPI
|
#ifdef CONFIG_ACPI
|
||||||
|
|
||||||
#ifdef CONFIG_X86_IO_APIC
|
#ifdef CONFIG_X86_IO_APIC
|
||||||
|
@ -909,8 +914,6 @@ void __init mp_override_legacy_irq(u8 bus_irq, u8 polarity, u8 trigger, u32 gsi)
|
||||||
MP_intsrc_info(&intsrc);
|
MP_intsrc_info(&intsrc);
|
||||||
}
|
}
|
||||||
|
|
||||||
int es7000_plat;
|
|
||||||
|
|
||||||
void __init mp_config_acpi_legacy_irqs(void)
|
void __init mp_config_acpi_legacy_irqs(void)
|
||||||
{
|
{
|
||||||
struct mpc_config_intsrc intsrc;
|
struct mpc_config_intsrc intsrc;
|
||||||
|
|
Loading…
Reference in New Issue