summaryrefslogtreecommitdiff
path: root/target-arm/cpu.h
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2010-11-19 13:54:44 +0000
committerRiku Voipio <riku.voipio@nokia.com>2010-12-03 15:09:38 +0200
commitb0e102dd22e7a158fa3dc4148ab6c2e78b363071 (patch)
tree0ad262b2e84f5fab87bde4b64856ce8682b07061 /target-arm/cpu.h
parent6a8657528d94fa1be78d1be0821a01a251fa2de9 (diff)
downloadqemu-b0e102dd22e7a158fa3dc4148ab6c2e78b363071.tar.gz
[PATCH] target-arm: remove unused functions cpu_lock(), cpu_unlock()
Signed-off-by: Riku Voipio <riku.voipio@nokia.com>
Diffstat (limited to 'target-arm/cpu.h')
-rw-r--r--target-arm/cpu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/target-arm/cpu.h b/target-arm/cpu.h
index b87c605f7f..0284bad0f9 100644
--- a/target-arm/cpu.h
+++ b/target-arm/cpu.h
@@ -227,8 +227,6 @@ int cpu_arm_handle_mmu_fault (CPUARMState *env, target_ulong address, int rw,
int mmu_idx, int is_softmuu);
#define cpu_handle_mmu_fault cpu_arm_handle_mmu_fault
-void cpu_lock(void);
-void cpu_unlock(void);
static inline void cpu_set_tls(CPUARMState *env, target_ulong newtls)
{
env->cp15.c13_tls2 = newtls;