summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/kern/kern_mutex.c4
-rw-r--r--sys/kern/subr_turnstile.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/kern/kern_mutex.c b/sys/kern/kern_mutex.c
index a46235f..2430804 100644
--- a/sys/kern/kern_mutex.c
+++ b/sys/kern/kern_mutex.c
@@ -628,8 +628,8 @@ _mtx_lock_spin(struct mtx *m, int opts, const char *file, int line)
#else
else
#endif
- panic("spin lock %s held by %p for > 5 seconds",
- m->mtx_object.lo_name, (void *)m->mtx_lock);
+ panic("spin lock %s held by %p for > 5 seconds",
+ m->mtx_object.lo_name, (void *)m->mtx_lock);
}
critical_enter();
}
diff --git a/sys/kern/subr_turnstile.c b/sys/kern/subr_turnstile.c
index a46235f..2430804 100644
--- a/sys/kern/subr_turnstile.c
+++ b/sys/kern/subr_turnstile.c
@@ -628,8 +628,8 @@ _mtx_lock_spin(struct mtx *m, int opts, const char *file, int line)
#else
else
#endif
- panic("spin lock %s held by %p for > 5 seconds",
- m->mtx_object.lo_name, (void *)m->mtx_lock);
+ panic("spin lock %s held by %p for > 5 seconds",
+ m->mtx_object.lo_name, (void *)m->mtx_lock);
}
critical_enter();
}
OpenPOWER on IntegriCloud