Skip to content

Commit

Permalink
hvf: arm: Remove PL1_WRITE_MASK
Browse files Browse the repository at this point in the history
As it had never been used since the first commit a1477da ("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>
  • Loading branch information
Zenghui Yu authored and pm215 committed Apr 30, 2024
1 parent 845dd03 commit a8aa8af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion target/arm/hvf/hvf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a8aa8af

Please sign in to comment.