diff options
author | Paul Brook <paul@codesourcery.com> | 2010-03-01 03:46:18 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2010-03-12 18:34:25 +0000 |
commit | 4fcc562bff94c28cc06d510d87280afc467add6d (patch) | |
tree | 6d298bdb510b2687b6c80c36bcd555fb0ee7d0d6 /target-s390x | |
parent | b3755a915e40271e8d2b1119e8a1dc1f3e88d2e5 (diff) | |
download | qemu-4fcc562bff94c28cc06d510d87280afc467add6d.zip |
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-s390x')
-rw-r--r-- | target-s390x/helper.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/target-s390x/helper.c b/target-s390x/helper.c index 1322ffce03..b97d1ff8a4 100644 --- a/target-s390x/helper.c +++ b/target-s390x/helper.c @@ -46,11 +46,6 @@ CPUS390XState *cpu_s390x_init(const char *cpu_model) return env; } -target_phys_addr_t cpu_get_phys_page_debug(CPUState *env, target_ulong addr) -{ - return addr; -} - void cpu_reset(CPUS390XState *env) { if (qemu_loglevel_mask(CPU_LOG_RESET)) { |