aboutsummaryrefslogtreecommitdiff
path: root/target/hppa
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2019-03-23 11:35:53 -0700
committerRichard Henderson <richard.henderson@linaro.org>2019-06-10 07:03:42 -0700
commite8b5fae5161c48e0d0e8b35eaf9dd8f35d692088 (patch)
treed702a7e40b012cee22a1c3cda7ef3bc85c26081b /target/hppa
parent269bd5d8f61c6b0825ed3c6a5fe01a3ad71c3b4a (diff)
downloadqemu-e8b5fae5161c48e0d0e8b35eaf9dd8f35d692088.zip
qemu-e8b5fae5161c48e0d0e8b35eaf9dd8f35d692088.tar.gz
qemu-e8b5fae5161c48e0d0e8b35eaf9dd8f35d692088.tar.bz2
cpu: Remove CPU_COMMON
This macro is now always empty, so remove it. This leaves the entire contents of CPUArchState under the control of the guest architecture. Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'target/hppa')
-rw-r--r--target/hppa/cpu.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/target/hppa/cpu.h b/target/hppa/cpu.h
index f7c6205..c7db2ec 100644
--- a/target/hppa/cpu.h
+++ b/target/hppa/cpu.h
@@ -197,9 +197,6 @@ struct CPUHPPAState {
target_ureg cr_back[2]; /* back of cr17/cr18 */
target_ureg shadow[7]; /* shadow registers */
- /* Those resources are used only in QEMU core */
- CPU_COMMON
-
/* ??? The number of entries isn't specified by the architecture. */
/* ??? Implement a unified itlb/dtlb for the moment. */
/* ??? We should use a more intelligent data structure. */