Skip to content

Commit 5792349

Browse files
Marc Zyngieroupton
authored andcommitted
arm64: Remove VNCR definition for PIRE0_EL2
As of the ARM ARM Known Issues document 102105_K.a_04_en, D22677 fixes a problem with the PIRE0_EL2 register, resulting in its removal from the VNCR page (it had no purpose being there the first place). Follow the architecture update by removing this offset. Reviewed-by: Joey Gouly <[email protected]> Signed-off-by: Marc Zyngier <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Oliver Upton <[email protected]>
1 parent d41571c commit 5792349

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/arm64/include/asm/vncr_mapping.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
#define VNCR_VBAR_EL1 0x250
5151
#define VNCR_TCR2_EL1 0x270
5252
#define VNCR_PIRE0_EL1 0x290
53-
#define VNCR_PIRE0_EL2 0x298
5453
#define VNCR_PIR_EL1 0x2A0
5554
#define VNCR_POR_EL1 0x2A8
5655
#define VNCR_ICH_LR0_EL2 0x400

0 commit comments

Comments
 (0)