Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279516
b: refs/heads/master
c: 79873e8
h: refs/heads/master
v: v3
  • Loading branch information
Jimi Xenidis authored and Benjamin Herrenschmidt committed Nov 25, 2011
1 parent 8db23ec commit 7a24e91
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c3dcf53a3fcb01f1d98f6b0cf440bb781dbcbc34
refs/heads/master: 79873e8df64cc124cdcad56d1d8330b3f45690bc
14 changes: 5 additions & 9 deletions trunk/arch/powerpc/xmon/xmon.c
Original file line number Diff line number Diff line change
Expand Up @@ -228,13 +228,11 @@ Commands:\n\
t print backtrace\n\
x exit monitor and recover\n\
X exit monitor and dont recover\n"
#ifdef CONFIG_PPC64
#if defined(CONFIG_PPC64) && !defined(CONFIG_PPC_BOOK3E)
" u dump segment table or SLB\n"
#endif
#ifdef CONFIG_PPC_STD_MMU_32
#elif defined(CONFIG_PPC_STD_MMU_32)
" u dump segment registers\n"
#endif
#ifdef CONFIG_44x
#elif defined(CONFIG_44x) || defined(CONFIG_PPC_BOOK3E)
" u dump TLB\n"
#endif
" ? help\n"
Expand Down Expand Up @@ -885,13 +883,11 @@ cmds(struct pt_regs *excp)
case 'u':
dump_segments();
break;
#endif
#ifdef CONFIG_4xx
#elif defined(CONFIG_4xx)
case 'u':
dump_tlb_44x();
break;
#endif
#ifdef CONFIG_PPC_BOOK3E
#elif defined(CONFIG_PPC_BOOK3E)
case 'u':
dump_tlb_book3e();
break;
Expand Down

0 comments on commit 7a24e91

Please sign in to comment.