patch-2.2.11 linux/arch/sparc/lib/debuglocks.c
Next file: linux/arch/sparc/math-emu/sfp-machine.h
Previous file: linux/arch/sparc/kernel/sys_sunos.c
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Mon Aug 9 12:05:09 1999
- Orig file:
v2.2.10/linux/arch/sparc/lib/debuglocks.c
- Orig date:
Thu Apr 22 19:24:51 1999
diff -u --recursive --new-file v2.2.10/linux/arch/sparc/lib/debuglocks.c linux/arch/sparc/lib/debuglocks.c
@@ -1,4 +1,4 @@
-/* $Id: debuglocks.c,v 1.7 1999/04/21 02:26:58 anton Exp $
+/* $Id: debuglocks.c,v 1.7.2.1 1999/08/05 09:39:27 anton Exp $
* debuglocks.c: Debugging versions of SMP locking primitives.
*
* Copyright (C) 1997 David S. Miller (davem@caip.rutgers.edu)
@@ -53,7 +53,7 @@
lock, cpu, caller, lock->owner_pc & ~3, lock->owner_pc & 3);
for(i = 0; i < NR_CPUS; i++)
- printk(" reader[i]=%08lx", lock->reader_pc[i]);
+ printk(" reader[%d]=%08lx", i, lock->reader_pc[i]);
printk("\n");
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)