diff options
author | Alexey Starikovskiy <astarikovskiy@suse.de> | 2008-03-27 16:53:54 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-17 11:41:31 -0400 |
commit | 2df297261903249f5ac2d3d14ededbda229397e2 (patch) | |
tree | b8ec89f592f6441a21dc84e92afdda0c8245bc36 | |
parent | 7219bebd72726c13c1eaaa3ade0e829e998fb3b1 (diff) |
x86: move es7000_plat closer to its user
Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r-- | arch/x86/kernel/mpparse_32.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/mpparse_32.c b/arch/x86/kernel/mpparse_32.c index 1b225cea5d7b..4cc325edc70d 100644 --- a/arch/x86/kernel/mpparse_32.c +++ b/arch/x86/kernel/mpparse_32.c | |||
@@ -867,8 +867,6 @@ void __init find_smp_config (void) | |||
867 | smp_scan_config(address, 0x400); | 867 | smp_scan_config(address, 0x400); |
868 | } | 868 | } |
869 | 869 | ||
870 | int es7000_plat; | ||
871 | |||
872 | /* -------------------------------------------------------------------------- | 870 | /* -------------------------------------------------------------------------- |
873 | ACPI-based MP Configuration | 871 | ACPI-based MP Configuration |
874 | -------------------------------------------------------------------------- */ | 872 | -------------------------------------------------------------------------- */ |
@@ -1029,6 +1027,8 @@ mp_override_legacy_irq(u8 bus_irq, u8 polarity, u8 trigger, u32 gsi) | |||
1029 | panic("Max # of irq sources exceeded!\n"); | 1027 | panic("Max # of irq sources exceeded!\n"); |
1030 | } | 1028 | } |
1031 | 1029 | ||
1030 | int es7000_plat; | ||
1031 | |||
1032 | void __init mp_config_acpi_legacy_irqs (void) | 1032 | void __init mp_config_acpi_legacy_irqs (void) |
1033 | { | 1033 | { |
1034 | struct mpc_config_intsrc intsrc; | 1034 | struct mpc_config_intsrc intsrc; |