diff options
author | Zenghui Yu <zenghui.yu@linux.dev> | 2024-04-22 17:27:15 +0800 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2024-04-30 15:01:07 +0100 |
commit | a8aa8af99f87f20beca58f647a347ba576d59444 (patch) | |
tree | d7bb509cf6ae1e8a7f61ad1ef0129a8b35b1350d /target/arm/hvf | |
parent | 845dd0385eb738690ee19e60111952a363bbf257 (diff) |
hvf: arm: Remove PL1_WRITE_MASK
As it had never been used since the first commit a1477da3ddeb ("hvf: Add
Apple Silicon support").
Signed-off-by: Zenghui Yu <zenghui.yu@linux.dev>
Message-id: 20240422092715.71973-1-zenghui.yu@linux.dev
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'target/arm/hvf')
-rw-r--r-- | target/arm/hvf/hvf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/arm/hvf/hvf.c b/target/arm/hvf/hvf.c index db628c1cba..8e942f89b3 100644 --- a/target/arm/hvf/hvf.c +++ b/target/arm/hvf/hvf.c @@ -150,7 +150,6 @@ void hvf_arm_init_debug(void) #define HVF_SYSREG(crn, crm, op0, op1, op2) \ ENCODE_AA64_CP_REG(CP_REG_ARM64_SYSREG_CP, crn, crm, op0, op1, op2) -#define PL1_WRITE_MASK 0x4 #define SYSREG_OP0_SHIFT 20 #define SYSREG_OP0_MASK 0x3 |