From e8b5fae5161c48e0d0e8b35eaf9dd8f35d692088 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Sat, 23 Mar 2019 11:35:53 -0700 Subject: 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 Reviewed-by: Peter Maydell Signed-off-by: Richard Henderson --- target/riscv/cpu.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'target/riscv') diff --git a/target/riscv/cpu.h b/target/riscv/cpu.h index 0ed7031..a935b17 100644 --- a/target/riscv/cpu.h +++ b/target/riscv/cpu.h @@ -171,9 +171,6 @@ struct CPURISCVState { float_status fp_status; - /* QEMU */ - CPU_COMMON - /* Fields from here on are preserved across CPU reset. */ QEMUTimer *timer; /* Internal timer */ }; -- cgit v1.1