diff options
author | Scott Wood <scottwood@freescale.com> | 2011-08-18 10:38:42 +0000 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2011-10-06 09:48:04 +0200 |
commit | bebabbc7aa7d1c5a45ee325838adf58a19f1b1ee (patch) | |
tree | 7c2ec8c8b3920b4c9172d9f31fb840874629015e /hmp-commands.hx | |
parent | 93dd5e852c043f7b86595e1bfa0b4f9a39a6acfb (diff) |
ppc: booke206: add "info tlb" support
Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'hmp-commands.hx')
-rw-r--r-- | hmp-commands.hx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hmp-commands.hx b/hmp-commands.hx index 9e1cca8e3d..506014c13f 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx @@ -1306,7 +1306,7 @@ show i8259 (PIC) state @item info pci show emulated PCI device info @item info tlb -show virtual to physical memory mappings (i386, SH4 and SPARC only) +show virtual to physical memory mappings (i386, SH4, SPARC, and PPC only) @item info mem show the active virtual memory mappings (i386 only) @item info jit |