diff options
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/hppa/hppa/lock_machdep.c | 4 |
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 |