diff options
author | Alexey Starikovskiy <astarikovskiy@suse.de> | 2008-04-21 05:32:01 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-24 17:15:44 -0400 |
commit | f8dc5a186c19a029f8eac0b1d2c426690e58efdb (patch) | |
tree | 9d85138fa279b722f809a19734c44b22c3acb9ba /arch | |
parent | fcbc04c0ab345f6e9cabc92a15f35031a10fde9f (diff) |
x86: fix compilation error in VisWS
Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/mach-visws/mpparse.c | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/arch/x86/mach-visws/mpparse.c b/arch/x86/mach-visws/mpparse.c index 2a8456a1f44f..57484e91ab90 100644 --- a/arch/x86/mach-visws/mpparse.c +++ b/arch/x86/mach-visws/mpparse.c | |||
@@ -11,22 +11,9 @@ | |||
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 | /* | ||
15 | * Various Linux-internal data structures created from the | ||
16 | * MP-table. | ||
17 | */ | ||
18 | int apic_version [MAX_APICS]; | ||
19 | |||
20 | int pic_mode; | 14 | int pic_mode; |
21 | unsigned long mp_lapic_addr; | ||
22 | |||
23 | /* Processor that is doing the boot up */ | ||
24 | unsigned int boot_cpu_physical_apicid = -1U; | ||
25 | |||
26 | /* Bitmask of physically existing CPUs */ | ||
27 | physid_mask_t phys_cpu_present_map; | ||
28 | 15 | ||
29 | unsigned int __initdata maxcpus = NR_CPUS; | 16 | extern unsigned int __cpuinitdata maxcpus; |
30 | 17 | ||
31 | /* | 18 | /* |
32 | * The Visual Workstation is Intel MP compliant in the hardware | 19 | * The Visual Workstation is Intel MP compliant in the hardware |