Skip to content

Commit

Permalink
x86: es7000 build fix
Browse files Browse the repository at this point in the history
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Ingo Molnar committed May 4, 2008
1 parent c5562fa commit e37ee42
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions arch/x86/kernel/mpparse.c
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,11 @@ void __init find_smp_config(void)
ACPI-based MP Configuration
-------------------------------------------------------------------------- */

/*
* Keep this outside and initialized to 0, for !CONFIG_ACPI builds:
*/
int es7000_plat;

#ifdef CONFIG_ACPI

#ifdef CONFIG_X86_IO_APIC
Expand Down Expand Up @@ -909,8 +914,6 @@ void __init mp_override_legacy_irq(u8 bus_irq, u8 polarity, u8 trigger, u32 gsi)
MP_intsrc_info(&intsrc);
}

int es7000_plat;

void __init mp_config_acpi_legacy_irqs(void)
{
struct mpc_config_intsrc intsrc;
Expand Down

0 comments on commit e37ee42

Please sign in to comment.