diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2012-06-20 11:57:22 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2012-06-20 12:13:04 +0000 |
commit | 4a9a539ffb5226009a1bb4aa3a569fcd80cf1436 (patch) | |
tree | a26d6ca3d48094ddb468a5b2d000c9e734ef16dd /target-arm/helper.h | |
parent | 30b05bba1122c13206d85d3704e86ff30cc09750 (diff) |
target-arm: Remove remaining old cp15 infrastructure
There are now no uses of the old cp15 infrastructure,
so it can be deleted.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'target-arm/helper.h')
-rw-r--r-- | target-arm/helper.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target-arm/helper.h b/target-arm/helper.h index a0034ae630..21e9cfe05f 100644 --- a/target-arm/helper.h +++ b/target-arm/helper.h @@ -59,9 +59,6 @@ DEF_HELPER_0(cpsr_read, i32) DEF_HELPER_3(v7m_msr, void, env, i32, i32) 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_reg, void, env, ptr, i32) DEF_HELPER_2(get_cp_reg, i32, env, ptr) DEF_HELPER_3(set_cp_reg64, void, env, ptr, i64) |