artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86a485d
)
fix format string in MP_LOCKDEBUG code
author
dlg
<dlg@openbsd.org>
Thu, 25 Jun 2015 00:53:19 +0000
(
00:53
+0000)
committer
dlg
<dlg@openbsd.org>
Thu, 25 Jun 2015 00:53:19 +0000
(
00:53
+0000)
sys/arch/sparc64/sparc64/lock_machdep.c
patch
|
blob
|
history
diff --git
a/sys/arch/sparc64/sparc64/lock_machdep.c
b/sys/arch/sparc64/sparc64/lock_machdep.c
index
2fc32cf
..
4a4211f
100644
(file)
--- a/
sys/arch/sparc64/sparc64/lock_machdep.c
+++ b/
sys/arch/sparc64/sparc64/lock_machdep.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: lock_machdep.c,v 1.
9 2015/02/11 04:38:26 dlg Exp $
*/
+/* $OpenBSD: lock_machdep.c,v 1.
10 2015/06/25 00:53:19 dlg Exp $
*/
/*
* Copyright (c) 2007 Artur Grabowski <art@openbsd.org>
@@
-99,7
+99,7
@@
__mp_lock_spin(struct __mp_lock *mpl, u_int me)
SPINLOCK_SPIN_HOOK;
if (ticks == 0) {
- db_printf("__mp_lock(
0x%x
): lock spun out", mpl);
+ db_printf("__mp_lock(
%p
): lock spun out", mpl);
Debugger();
}
#endif