summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
diff options
context:
space:
mode:
authorTobias Ulmer <tobiasu@cvs.openbsd.org>2014-06-17 00:00:49 +0000
committerTobias Ulmer <tobiasu@cvs.openbsd.org>2014-06-17 00:00:49 +0000
commite5f291212fa18162d17c9925b628ce4d57f0e877 (patch)
tree810489e84bca974455e717bace862569ce455b2a /sys/arch/hppa
parent4c46c892dd5ddb60b38ec94f3ed5ae76264fe554 (diff)
Fix format string under MP_LOCKDEBUG
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r--sys/arch/hppa/hppa/lock_machdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/hppa/lock_machdep.c b/sys/arch/hppa/hppa/lock_machdep.c
index cbc29bc553b..53973363dff 100644
--- a/sys/arch/hppa/hppa/lock_machdep.c
+++ b/sys/arch/hppa/hppa/lock_machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: lock_machdep.c,v 1.5 2014/03/29 18:09:29 guenther Exp $ */
+/* $OpenBSD: lock_machdep.c,v 1.6 2014/06/17 00:00:48 tobiasu Exp $ */
/*
* Copyright (c) 2007 Artur Grabowski <art@openbsd.org>
@@ -89,7 +89,7 @@ __mp_lock_spin(struct __mp_lock *mpl)
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