summaryrefslogtreecommitdiffstats
path: root/target-arm/helper.h
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2012-06-20 11:57:08 +0000
committerPeter Maydell <peter.maydell@linaro.org>2012-06-20 12:02:01 +0000
commite8070a23a8f9f6fa28ac1dcb4399c11492f18b10 (patch)
treea049b8d49e139cbce6aa0cc0938f342d1902b739 /target-arm/helper.h
parent9ee703b0965fb8dc52b22a3511fa67a1c120d52b (diff)
downloadhqemu-e8070a23a8f9f6fa28ac1dcb4399c11492f18b10.zip
hqemu-e8070a23a8f9f6fa28ac1dcb4399c11492f18b10.tar.gz
target-arm: Remove old cpu_arm_set_cp_io infrastructure
All the users of cpu_arm_set_cp_io have been converted, so we can remove it and the infrastructure it used. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'target-arm/helper.h')
-rw-r--r--target-arm/helper.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/target-arm/helper.h b/target-arm/helper.h
index b6cefed..bb6b85d 100644
--- a/target-arm/helper.h
+++ b/target-arm/helper.h
@@ -62,9 +62,6 @@ DEF_HELPER_2(v7m_mrs, i32, env, i32)
DEF_HELPER_3(set_cp15, void, env, i32, i32)
DEF_HELPER_2(get_cp15, i32, env, i32)
-DEF_HELPER_3(set_cp, void, env, i32, i32)
-DEF_HELPER_2(get_cp, i32, env, i32)
-
DEF_HELPER_3(set_cp_reg, void, env, ptr, i32)
DEF_HELPER_2(get_cp_reg, i32, env, ptr)
DEF_HELPER_3(set_cp_reg64, void, env, ptr, i64)
OpenPOWER on IntegriCloud