diff options
| -rw-r--r-- | import/chips/p9/common/pmlib/include/registers/ppm_register_addresses.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/import/chips/p9/common/pmlib/include/registers/ppm_register_addresses.h b/import/chips/p9/common/pmlib/include/registers/ppm_register_addresses.h index d7207092..208e900e 100644 --- a/import/chips/p9/common/pmlib/include/registers/ppm_register_addresses.h +++ b/import/chips/p9/common/pmlib/include/registers/ppm_register_addresses.h @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HCODE Project */ /* */ -/* COPYRIGHT 2015,2017 */ +/* COPYRIGHT 2015,2018 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -64,4 +64,7 @@ #define PPM_VDMCR_CLR 0x000f01b9 #define PPM_VDMCR_OR 0x000f01ba +// Hand added +#define PPM_ERROR 0x000f0121 + #endif // __PPM_REGISTER_ADDRESSES_H__ |

