summaryrefslogtreecommitdiffstats
path: root/sys/ia64
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2010-05-21 17:17:56 +0000
committerjhb <jhb@FreeBSD.org>2010-05-21 17:17:56 +0000
commitcf780ce2673bbe22eebc547b9fcc51ba023bf5b7 (patch)
tree169c777469774e08c88e16f2820d11d6f8e15a22 /sys/ia64
parentce208e1f416b3cd9a575871ae3bf80ee8d52d960 (diff)
downloadFreeBSD-src-cf780ce2673bbe22eebc547b9fcc51ba023bf5b7.zip
FreeBSD-src-cf780ce2673bbe22eebc547b9fcc51ba023bf5b7.tar.gz
- Adjust the whitespace for the lines that output fields in 'show pcpu' in
DDB so that all the fields line up. - Print out the tid of the per-CPU idlethread instead of the pid since the idle process is now shared across all idle threads. MFC after: 1 month
Diffstat (limited to 'sys/ia64')
-rw-r--r--sys/ia64/ia64/db_machdep.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/ia64/ia64/db_machdep.c b/sys/ia64/ia64/db_machdep.c
index 2684bfe..75f698c 100644
--- a/sys/ia64/ia64/db_machdep.c
+++ b/sys/ia64/ia64/db_machdep.c
@@ -579,11 +579,11 @@ db_show_mdpcpu(struct pcpu *pc)
{
struct pcpu_md *md = &pc->pc_md;
- db_printf("MD: vhpt = %#lx\n", md->vhpt);
- db_printf("MD: lid = %#lx\n", md->lid);
- db_printf("MD: clock = %#lx/%#lx\n", md->clock, md->clockadj);
- db_printf("MD: stats = %p\n", &md->stats);
- db_printf("MD: pmap = %p\n", md->current_pmap);
+ db_printf("MD: vhpt = %#lx\n", md->vhpt);
+ db_printf("MD: lid = %#lx\n", md->lid);
+ db_printf("MD: clock = %#lx/%#lx\n", md->clock, md->clockadj);
+ db_printf("MD: stats = %p\n", &md->stats);
+ db_printf("MD: pmap = %p\n", md->current_pmap);
}
void
OpenPOWER on IntegriCloud