diff options
author | Alexey Starikovskiy <astarikovskiy@suse.de> | 2008-05-14 11:02:51 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2008-05-25 04:55:12 -0400 |
commit | 32c5061265caf201d6a2c0d02181e2b68769c22c (patch) | |
tree | 5f0e1e68236bbb24df36d670f13bccbbca03ecfb /arch/x86/mach-es7000/es7000plat.c | |
parent | 11a62a056093a7f25f1595fbd8bd5f93559572b6 (diff) |
x86: move es7000_plat out of mpparse.c
Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/mach-es7000/es7000plat.c')
-rw-r--r-- | arch/x86/mach-es7000/es7000plat.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/mach-es7000/es7000plat.c b/arch/x86/mach-es7000/es7000plat.c index f5d6f7d8b86e..a41c77a47227 100644 --- a/arch/x86/mach-es7000/es7000plat.c +++ b/arch/x86/mach-es7000/es7000plat.c | |||
@@ -52,6 +52,8 @@ static struct mip_reg *host_reg; | |||
52 | static int mip_port; | 52 | static int mip_port; |
53 | static unsigned long mip_addr, host_addr; | 53 | static unsigned long mip_addr, host_addr; |
54 | 54 | ||
55 | int es7000_plat; | ||
56 | |||
55 | /* | 57 | /* |
56 | * GSI override for ES7000 platforms. | 58 | * GSI override for ES7000 platforms. |
57 | */ | 59 | */ |