* [PATCH] powerpc: Put PVR values in ascending order
@ 2026-06-16 6:06 Mukesh Kumar Chaurasiya (IBM)
0 siblings, 0 replies; only message in thread
From: Mukesh Kumar Chaurasiya (IBM) @ 2026-06-16 6:06 UTC (permalink / raw)
To: maddy, mpe, npiggin, chleroy, mkchauras, thuth, linuxppc-dev,
linux-kernel
Right now few PVR values are not in a sequential order making it
confusing to read and evaluate. Put PVR values in ascending order making
it easier to evaluate.
Signed-off-by: Mukesh Kumar Chaurasiya (IBM) <mkchauras@gmail.com>
---
arch/powerpc/include/asm/reg.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/powerpc/include/asm/reg.h b/arch/powerpc/include/asm/reg.h
index 3449dd2b577d..50683bde9411 100644
--- a/arch/powerpc/include/asm/reg.h
+++ b/arch/powerpc/include/asm/reg.h
@@ -1340,11 +1340,11 @@
#define PVR_POWER8E 0x004B
#define PVR_POWER8NVL 0x004C
#define PVR_POWER8 0x004D
-#define PVR_HX_C2000 0x0066
#define PVR_POWER9 0x004E
+#define PVR_HX_C2000 0x0066
+#define PVR_BE 0x0070
#define PVR_POWER10 0x0080
#define PVR_POWER11 0x0082
-#define PVR_BE 0x0070
#define PVR_PA6T 0x0090
/* "Logical" PVR values defined in PAPR, representing architecture levels */
--
2.54.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-16 6:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-16 6:06 [PATCH] powerpc: Put PVR values in ascending order Mukesh Kumar Chaurasiya (IBM)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox