diff options
author | Greg Still <stillgs@us.ibm.com> | 2015-05-27 22:33:42 -0500 |
---|---|---|
committer | Derk Rembold <rembold@de.ibm.com> | 2015-09-03 07:30:44 -0500 |
commit | 8959bb7a94ff2cb7a56690dd6e824ac5fa02ccbf (patch) | |
tree | fecf8f103f07b23030857d92c9847b879d962f0e | |
parent | db7b7e55b7fde9a865dd30714434a1ea27ac8fd2 (diff) | |
download | talos-sbe-8959bb7a94ff2cb7a56690dd6e824ac5fa02ccbf.tar.gz talos-sbe-8959bb7a94ff2cb7a56690dd6e824ac5fa02ccbf.zip |
Add additional __PPE protection for currently unsupported PPE functions
Change-Id: Iba8c73966df4a9648728fde6426bd11451de79a6
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/18003
Reviewed-by: Matt K. Light <mklight@us.ibm.com>
Reviewed-by: Brian Silver <bsilver@us.ibm.com>
Tested-by: Brian Silver <bsilver@us.ibm.com>
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20153
Tested-by: Jenkins Server
Reviewed-by: Derk Rembold <rembold@de.ibm.com>
-rw-r--r-- | import/hwpf/fapi2/include/fapi2_hw_access.H | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/import/hwpf/fapi2/include/fapi2_hw_access.H b/import/hwpf/fapi2/include/fapi2_hw_access.H index 1b921f4c..fca775b1 100644 --- a/import/hwpf/fapi2/include/fapi2_hw_access.H +++ b/import/hwpf/fapi2/include/fapi2_hw_access.H @@ -183,7 +183,7 @@ namespace fapi2 const scanRingId_t i_address, const variable_buffer& i_data, const RingMode i_ringMode = 0); -#endif + /// @brief Read-modify-write a ring on a chip. /// @tparam K template parameter, passed in target. @@ -200,6 +200,7 @@ namespace fapi2 const variable_buffer& i_data, const ChipOpModifyMode i_modifyMode, const RingMode i_ringMode = 0); +#endif #ifdef FAPI_SUPPORT_MULTI_SCOM /// @brief Performs a multiple SCOM operation |