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) <[email protected]>
---
 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


Reply via email to