Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95987
b: refs/heads/master
c: e37ee42
h: refs/heads/master
i:
  95985: 1996233
  95983: ba40666
v: v3
  • Loading branch information
Ingo Molnar committed May 4, 2008
1 parent 54c9f44 commit 75881d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c5562faeaacf19e81a78ee37cc6b96ab1f3e68e4
refs/heads/master: e37ee42caadab46cec277546099fa2a6207fff0b
7 changes: 5 additions & 2 deletions trunk/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 75881d8

Please sign in to comment.