summaryrefslogtreecommitdiffstats
path: root/sys/ddb
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2003-07-30 20:59:36 +0000
committerjhb <jhb@FreeBSD.org>2003-07-30 20:59:36 +0000
commit097409346fce9f297c5d6c492ffdd177e66e0358 (patch)
tree591469f99cb67b47486a75aaf18441db333d5ecc /sys/ddb
parent97e378fb00972dd4d5c50c5d134cfaac0a90728b (diff)
downloadFreeBSD-src-097409346fce9f297c5d6c492ffdd177e66e0358.zip
FreeBSD-src-097409346fce9f297c5d6c492ffdd177e66e0358.tar.gz
Whitespace nit.
Diffstat (limited to 'sys/ddb')
-rw-r--r--sys/ddb/db_ps.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/ddb/db_ps.c b/sys/ddb/db_ps.c
index 1917c66..e706cd7 100644
--- a/sys/ddb/db_ps.c
+++ b/sys/ddb/db_ps.c
@@ -145,6 +145,7 @@ db_ps(dummy1, dummy2, dummy3, dummy4)
static void
dumpthread(volatile struct proc *p, volatile struct thread *td)
{
+
if (p->p_flag & P_SA)
db_printf( " thread %p ksegrp %p ", td, td->td_ksegrp);
if (TD_ON_SLEEPQ(td)) {
OpenPOWER on IntegriCloud