in the process remove a few CONFIG_TCG that are superfluous now.
Signed-off-by: Claudio Fontana<cfontana@suse.de>
---
target/arm/tcg/m_helper.h | 21 +
target/arm/tcg/m_helper.c | 2766 +----------------------------
target/arm/tcg/sysemu/m_helper.c | 2655 +++++++++++++++++++++++++++
target/arm/tcg/user/m_helper.c | 97 +
target/arm/tcg/sysemu/meson.build | 1 +
target/arm/tcg/user/meson.build | 1 +
6 files changed, 2780 insertions(+), 2761 deletions(-)
create mode 100644 target/arm/tcg/m_helper.h
create mode 100644 target/arm/tcg/sysemu/m_helper.c
create mode 100644 target/arm/tcg/user/m_helper.c