All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] powerpc: Put PVR values in ascending order
@ 2026-06-16  6:06 Mukesh Kumar Chaurasiya (IBM)
  2026-06-19  4:28 ` Ritesh Harjani
  0 siblings, 1 reply; 2+ messages 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] 2+ messages in thread

end of thread, other threads:[~2026-06-19  4:29 UTC | newest]

Thread overview: 2+ messages (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)
2026-06-19  4:28 ` Ritesh Harjani

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.