projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d8feb0
)
arm64/sysreg: Remove defines for RPRES enumeration
author
Mark Brown
<broonie@kernel.org>
Mon, 4 Jul 2022 17:02:48 +0000
(18:02 +0100)
committer
Will Deacon
<will@kernel.org>
Tue, 5 Jul 2022 10:45:46 +0000
(11:45 +0100)
We have defines for the RPRES enumeration in ID_AA64ISAR2 which do not
follow our normal conventions. Since these defines are never used just
remove them. No functional changes.
Signed-off-by: Mark Brown <broonie@kernel.org>
Link:
https://lore.kernel.org/r/20220704170302.2609529-15-broonie@kernel.org
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/include/asm/sysreg.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm64/include/asm/sysreg.h
b/arch/arm64/include/asm/sysreg.h
index cbc5f311c0cf9004d5e877232921c47d97cd79b9..a2576d58d89a4e23246daa800bd781524a354ff5 100644
(file)
--- a/
arch/arm64/include/asm/sysreg.h
+++ b/
arch/arm64/include/asm/sysreg.h
@@
-744,8
+744,6
@@
#define ID_AA64ISAR2_RPRES_SHIFT 4
#define ID_AA64ISAR2_WFxT_SHIFT 0
-#define ID_AA64ISAR2_RPRES_8BIT 0x0
-#define ID_AA64ISAR2_RPRES_12BIT 0x1
/*
* Value 0x1 has been removed from the architecture, and is
* reserved, but has not yet been removed from the ARM ARM