diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-12-19 13:42:56 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-12-19 13:42:56 +0000 |
commit | d41160a3e64b26c9d78ecfd78b0e7ef3e878d475 (patch) | |
tree | 2d18b4a638e28b8b93b0177b8a3ac77efd02caaf /hmp-commands.hx | |
parent | cdfe17df88b335269ddabc7ade7a6148a1a20f0d (diff) |
Sparc: implement monitor command 'info tlb'
Use existing dump_mmu() to implement monitor command 'info tlb'.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
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 dd3db36108..4befbe2e56 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx @@ -1190,7 +1190,7 @@ show i8259 (PIC) state @item info pci show emulated PCI device info @item info tlb -show virtual to physical memory mappings (i386 only) +show virtual to physical memory mappings (i386, SH4 and SPARC only) @item info mem show the active virtual memory mappings (i386 only) @item info jit |