]> git.proxmox.com Git - mirror_qemu.git/commit
target/riscv: Remove the HS_TWO_STAGE flag
authorAlistair Francis <alistair.francis@wdc.com>
Wed, 4 Nov 2020 04:43:29 +0000 (20:43 -0800)
committerAlistair Francis <alistair.francis@wdc.com>
Mon, 9 Nov 2020 23:08:53 +0000 (15:08 -0800)
commit1c1c060aa866986ef8b7eb334abbb8c104a46e5c
tree9870798361eec50c736fa4250b45ce357af3e622
parent3e5979046f3f5f65828d3950d0c3ec9846d63715
target/riscv: Remove the HS_TWO_STAGE flag

The HS_TWO_STAGE flag is no longer required as the MMU index contains
the information if we are performing a two stage access.

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: f514b128b1ff0fb41c85f914cee18f905007a922.1604464950.git.alistair.francis@wdc.com
target/riscv/cpu.h
target/riscv/cpu_bits.h
target/riscv/cpu_helper.c
target/riscv/op_helper.c