patch-1.3.38 linux/arch/i386/kernel/smp.c

Next file: linux/arch/i386/kernel/sys_i386.c
Previous file: linux/arch/i386/kernel/setup.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.37/linux/arch/i386/kernel/smp.c linux/arch/i386/kernel/smp.c
@@ -895,9 +895,9 @@
  
 void smp_message_irq(int cpl, struct pt_regs *regs)
 {
-	static int n=0;
 	int i=smp_processor_id();
-/*	if(n++<NR_CPUS)
+/*	static int n=0;
+	if(n++<NR_CPUS)
 		printk("IPI %d->%d(%d,%ld)\n",smp_src_cpu,i,smp_msg_id,smp_msg_data);*/
 	switch(smp_msg_id)
 	{

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this