patch-2.4.0-test3 linux/arch/mips64/kernel/smp.c

Next file: linux/arch/mips64/kernel/softfp.S
Previous file: linux/arch/mips64/kernel/signal32.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test2/linux/arch/mips64/kernel/smp.c linux/arch/mips64/kernel/smp.c
@@ -69,14 +69,12 @@
 void __init smp_boot_cpus(void)
 {
 	extern void allowboot(void);
-	extern int maxcpus;
 
 	init_new_context(current, &init_mm);
 	global_irq_holder = 0;
 	current->processor = 0;
 	init_idle();
 	smp_tune_scheduling();
-	smp_num_cpus = maxcpus;
 	allowboot();
 }
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)