aboutsummaryrefslogtreecommitdiff
path: root/sys/ia64
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2010-05-21 17:17:56 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2010-05-21 17:17:56 +0000
commite826ef1ec4269d1d57e475d76ea160ea6d4d789c (patch)
tree169c777469774e08c88e16f2820d11d6f8e15a22 /sys/ia64
parent1d7830edd51da56b1d9f033c4083a62dd71405ff (diff)
downloadsrc-e826ef1ec4269d1d57e475d76ea160ea6d4d789c.tar.gz
src-e826ef1ec4269d1d57e475d76ea160ea6d4d789c.zip
- 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
Notes
Notes: svn path=/head/; revision=208392
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 2684bfea55cc..75f698c08c25 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