[Skiboot] [PATCH 2/2] Reassign duplicate error log component IDs to free ones

Stewart Smith stewart at linux.vnet.ibm.com
Thu Jul 14 18:05:42 AEST 2016


Since these were unused, it's safe to just reassign them and not change
anything we expose to anyone.

Reported-by: Mukesh Ojha <mukesh02 at linux.vnet.ibm.com>
Signed-off-by: Stewart Smith <stewart at linux.vnet.ibm.com>
---
 include/errorlog.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/errorlog.h b/include/errorlog.h
index 77c1bfd4506d..783ed0ac78d2 100644
--- a/include/errorlog.h
+++ b/include/errorlog.h
@@ -195,7 +195,6 @@ struct opal_err_info {
 
 /* SAPPHIRE SRC componenet ID*/
 #define OPAL_CU				0x1000
-#define OPAL_VP				0x1000
 #define OPAL_XS				0x1100
 #define OPAL_PC				0x1200
 #define OPAL_MI				0x1300
@@ -205,8 +204,9 @@ struct opal_err_info {
 #define OPAL_MF				0x1700
 #define OPAL_DU				0x1800
 #define OPAL_LE				0x1900
+#define OPAL_VP				0x1a00
+#define OPAL_CN				0x1b00
 #define OPAL_SE				0x2000
-#define OPAL_CN				0x2000
 #define OPAL_SL				0x2100
 #define OPAL_FP				0x2200
 #define OPAL_IC				0x2300
-- 
2.1.4



More information about the Skiboot mailing list