diff options
author | Richard Henderson | 2019-03-23 19:35:53 +0100 |
---|---|---|
committer | Richard Henderson | 2019-06-10 16:03:42 +0200 |
commit | e8b5fae5161c48e0d0e8b35eaf9dd8f35d692088 (patch) | |
tree | d702a7e40b012cee22a1c3cda7ef3bc85c26081b /include/exec/cpu-defs.h | |
parent | cpu: Move the softmmu tlb to CPUNegativeOffsetState (diff) | |
download | qemu-e8b5fae5161c48e0d0e8b35eaf9dd8f35d692088.tar.gz qemu-e8b5fae5161c48e0d0e8b35eaf9dd8f35d692088.tar.xz qemu-e8b5fae5161c48e0d0e8b35eaf9dd8f35d692088.zip |
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 'include/exec/cpu-defs.h')
-rw-r--r-- | include/exec/cpu-defs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/exec/cpu-defs.h b/include/exec/cpu-defs.h index 006f8db9cf..9bc713a70b 100644 --- a/include/exec/cpu-defs.h +++ b/include/exec/cpu-defs.h @@ -231,8 +231,6 @@ typedef struct CPUTLB { } CPUTLB; #endif /* !CONFIG_USER_ONLY && CONFIG_TCG */ -#define CPU_COMMON /* Nothing */ - /* * This structure must be placed in ArchCPU immedately * before CPUArchState, as a field named "neg". |