aboutsummaryrefslogtreecommitdiffstats
path: root/target-ppc/helper.c
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2010-03-01 03:46:18 +0000
committerPaul Brook <paul@codesourcery.com>2010-03-12 18:34:25 +0000
commit4fcc562bff94c28cc06d510d87280afc467add6d (patch)
tree6d298bdb510b2687b6c80c36bcd555fb0ee7d0d6 /target-ppc/helper.c
parentb3755a915e40271e8d2b1119e8a1dc1f3e88d2e5 (diff)
Remove cpu_get_phys_page_debug from userspace emulation
cpu_get_phys_page_debug makes no sense for userspace emulation, so remove it. Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'target-ppc/helper.c')
-rw-r--r--target-ppc/helper.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/target-ppc/helper.c b/target-ppc/helper.c
index cd1c9fea0..fc54d7180 100644
--- a/target-ppc/helper.c
+++ b/target-ppc/helper.c
@@ -97,11 +97,6 @@ int cpu_ppc_handle_mmu_fault (CPUState *env, target_ulong address, int rw,
return 1;
}
-target_phys_addr_t cpu_get_phys_page_debug (CPUState *env, target_ulong addr)
-{
- return addr;
-}
-
#else
/* Common routines used by software and hardware TLBs emulation */
static inline int pte_is_valid(target_ulong pte0)