commit | bebabbc7aa7d1c5a45ee325838adf58a19f1b1ee | [log] [tgz] |
---|---|---|
author | Scott Wood <scottwood@freescale.com> | Thu Aug 18 10:38:42 2011 +0000 |
committer | Alexander Graf <agraf@suse.de> | Thu Oct 06 09:48:04 2011 +0200 |
tree | 7c2ec8c8b3920b4c9172d9f31fb840874629015e | |
parent | 93dd5e852c043f7b86595e1bfa0b4f9a39a6acfb [diff] [blame] |
ppc: booke206: add "info tlb" support Signed-off-by: Scott Wood <scottwood@freescale.com> Signed-off-by: Alexander Graf <agraf@suse.de>
diff --git a/target-ppc/cpu.h b/target-ppc/cpu.h index 3e7f797..5200e6e 100644 --- a/target-ppc/cpu.h +++ b/target-ppc/cpu.h
@@ -2045,4 +2045,6 @@ env->nip = tb->pc; } +void dump_mmu(FILE *f, fprintf_function cpu_fprintf, CPUState *env); + #endif /* !defined (__CPU_PPC_H__) */