diff options
author | Alexey Starikovskiy <astarikovskiy@suse.de> | 2008-05-22 17:54:51 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2008-05-25 06:01:25 -0400 |
commit | f3918352909f839a7b0dbf9b3f81d2e183c46f88 (patch) | |
tree | 3ef0c9f4ca64782c035e322a5b21384b1a164d13 /arch/x86/mach-visws/mpparse.c | |
parent | b3e2416465bc9140bfd209f247e6a789f68f0d19 (diff) |
x86: move pic_mode to apic_32.c
Diffstat (limited to 'arch/x86/mach-visws/mpparse.c')
-rw-r--r-- | arch/x86/mach-visws/mpparse.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/mach-visws/mpparse.c b/arch/x86/mach-visws/mpparse.c index 57484e91ab90..b7d063e7de1f 100644 --- a/arch/x86/mach-visws/mpparse.c +++ b/arch/x86/mach-visws/mpparse.c | |||
@@ -11,8 +11,6 @@ | |||
11 | /* Have we found an MP table */ | 11 | /* Have we found an MP table */ |
12 | int smp_found_config; | 12 | int smp_found_config; |
13 | 13 | ||
14 | int pic_mode; | ||
15 | |||
16 | extern unsigned int __cpuinitdata maxcpus; | 14 | extern unsigned int __cpuinitdata maxcpus; |
17 | 15 | ||
18 | /* | 16 | /* |