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 /target-ppc/cpu.h | |
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 'target-ppc/cpu.h')
-rw-r--r-- | target-ppc/cpu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target-ppc/cpu.h b/target-ppc/cpu.h index 3e7f797e0b..5200e6e8c6 100644 --- a/target-ppc/cpu.h +++ b/target-ppc/cpu.h @@ -2045,4 +2045,6 @@ static inline void cpu_pc_from_tb(CPUState *env, TranslationBlock *tb) env->nip = tb->pc; } +void dump_mmu(FILE *f, fprintf_function cpu_fprintf, CPUState *env); + #endif /* !defined (__CPU_PPC_H__) */ |