[PATCH] fix visws in 2.6.5

From: Andrey Panin
Date: Fri Apr 16 2004 - 06:52:44 EST


Hi all,

this small patch fixes visws build error in 2.6.5.
Please apply.

Best regards.

--
Andrey Panin | Linux and UNIX system administrator
pazke@xxxxxxxxx | PGP key: wwwkeys.pgp.net
diff -urpN -X /usr/share/dontdiff linux-2.6.3.vanilla/arch/i386/mach-visws/mpparse.c linux-2.6.3/arch/i386/mach-visws/mpparse.c
--- linux-2.6.3.vanilla/arch/i386/mach-visws/mpparse.c 2004-01-14 23:09:49.000000000 +0300
+++ linux-2.6.3/arch/i386/mach-visws/mpparse.c 2004-04-15 19:44:47.000000000 +0400
@@ -28,6 +28,7 @@ unsigned int boot_cpu_logical_apicid = -
/* Bitmask of physically existing CPUs */
physid_mask_t phys_cpu_present_map;

+unsigned int __initdata maxcpus = NR_CPUS;

/*
* The Visual Workstation is Intel MP compliant in the hardware
@@ -89,6 +90,9 @@ void __init find_smp_config(void)
ncpus = CO_CPU_MAX;
}

+ if (ncpus > maxcpus)
+ ncpus = maxcpus;
+
smp_found_config = 1;
while (ncpus--)
MP_processor_info(mp++);

Attachment: signature.asc
Description: Digital signature