projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7219beb
)
x86: move es7000_plat closer to its user
author
Alexey Starikovskiy
<
[email protected]
>
Thu, 27 Mar 2008 20:53:54 +0000
(23:53 +0300)
committer
Ingo Molnar
<
[email protected]
>
Thu, 17 Apr 2008 15:41:31 +0000
(17:41 +0200)
Signed-off-by: Alexey Starikovskiy <
[email protected]
>
Signed-off-by: Ingo Molnar <
[email protected]
>
arch/x86/kernel/mpparse_32.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/mpparse_32.c
b/arch/x86/kernel/mpparse_32.c
index 1b225cea5d7bd58d24ebf8be692a058c883c8699..4cc325edc70de357e26a66c41fed15824a2fe1a8 100644
(file)
--- a/
arch/x86/kernel/mpparse_32.c
+++ b/
arch/x86/kernel/mpparse_32.c
@@
-867,8
+867,6
@@
void __init find_smp_config (void)
smp_scan_config(address, 0x400);
}
-int es7000_plat;
-
/* --------------------------------------------------------------------------
ACPI-based MP Configuration
-------------------------------------------------------------------------- */
@@
-1029,6
+1027,8
@@
mp_override_legacy_irq(u8 bus_irq, u8 polarity, u8 trigger, u32 gsi)
panic("Max # of irq sources exceeded!\n");
}
+int es7000_plat;
+
void __init mp_config_acpi_legacy_irqs (void)
{
struct mpc_config_intsrc intsrc;