aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/exec.h
diff options
context:
space:
mode:
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-12-11 22:42:33 +0000
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-12-11 22:42:33 +0000
commit93220573844045c48eeda03df74db04418456ce3 (patch)
treef648a036b88f32c85ed3813c49089c2f7e02b16e /target-ppc/exec.h
parent94fa46e2c2367f697c80a6fee69d27f919edb7a9 (diff)
target-ppc: remove remaining warnings
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5991 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-ppc/exec.h')
-rw-r--r--target-ppc/exec.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/target-ppc/exec.h b/target-ppc/exec.h
index 96f75218ba..e9c7e65fc0 100644
--- a/target-ppc/exec.h
+++ b/target-ppc/exec.h
@@ -38,12 +38,6 @@ register struct CPUPPCState *env asm(AREG0);
#include "softmmu_exec.h"
#endif /* !defined(CONFIG_USER_ONLY) */
-int get_physical_address (CPUState *env, mmu_ctx_t *ctx, target_ulong vaddr,
- int rw, int access_type);
-
-void ppc6xx_tlb_store (CPUState *env, target_ulong EPN, int way, int is_code,
- target_ulong pte0, target_ulong pte1);
-
static always_inline void env_to_regs (void)
{
}
@@ -52,9 +46,6 @@ static always_inline void regs_to_env (void)
{
}
-int cpu_ppc_handle_mmu_fault (CPUState *env, target_ulong address, int rw,
- int mmu_idx, int is_softmmu);
-
static always_inline int cpu_halted (CPUState *env)
{
if (!env->halted)