diff options
author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-07-14 18:02:21 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-07-14 18:02:21 +1000 |
commit | b23912f190f9e8b255783b4c7cc9b77e9a5dad79 (patch) | |
tree | c9c03af997beeb63054496f9ac9fddb44ee85594 /include | |
parent | 1b264b336329d9283eb3549ef4ad68a14c415139 (diff) | |
download | skiboot-b23912f190f9e8b255783b4c7cc9b77e9a5dad79.zip skiboot-b23912f190f9e8b255783b4c7cc9b77e9a5dad79.tar.gz skiboot-b23912f190f9e8b255783b4c7cc9b77e9a5dad79.tar.bz2 |
Reassign duplicate error log component IDs to free ones
Since these were unused, it's safe to just reassign them and not change
anything we expose to anyone.
Reported-by: Mukesh Ojha <mukesh02@linux.vnet.ibm.com>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/errorlog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/errorlog.h b/include/errorlog.h index 77c1bfd..783ed0a 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 |