diff options
-rw-r--r-- | src/usr/isteps/nvdimm/nvdimm.C | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/usr/isteps/nvdimm/nvdimm.C b/src/usr/isteps/nvdimm/nvdimm.C index 8fe7785a6..852a65a88 100644 --- a/src/usr/isteps/nvdimm/nvdimm.C +++ b/src/usr/isteps/nvdimm/nvdimm.C @@ -3112,6 +3112,12 @@ errlHndl_t notifyNvdimmProtectionChange(Target* i_target, #ifdef __HOSTBOOT_RUNTIME + // Don't send message to OPAL + if (TARGETING::is_sapphire_load()) + { + break; + } + // Send combined status to phyp // Get the Proc Chip Id RT_TARG::rtChipId_t l_chipId = 0; @@ -3187,7 +3193,6 @@ errlHndl_t notifyNvdimmProtectionChange(Target* i_target, &l_req_fw_msg, &l_resp_fw_msg_size, &l_resp_fw_msg); - #endif } while (0); |