summaryrefslogtreecommitdiffstats
path: root/src/usr/htmgt/htmgt_poll.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/htmgt/htmgt_poll.C')
-rw-r--r--src/usr/htmgt/htmgt_poll.C8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/usr/htmgt/htmgt_poll.C b/src/usr/htmgt/htmgt_poll.C
index 2457db373..3316f9425 100644
--- a/src/usr/htmgt/htmgt_poll.C
+++ b/src/usr/htmgt/htmgt_poll.C
@@ -355,6 +355,14 @@ namespace HTMGT
iv_instance, state_string(iv_state));
}
+ // Check GPU config
+ if (iv_gpuCfg != pollRsp->gpuCfg)
+ {
+ iv_gpuCfg = pollRsp->gpuCfg;
+ TMGT_INF("pollRspHandler: updating OCC%d GPU config to 0x%02X",
+ iv_instance, iv_gpuCfg);
+ }
+
// Copy rspData to lastPollResponse
memcpy(iv_lastPollResponse, pollRsp, OCC_POLL_DATA_MIN_SIZE);
iv_lastPollValid = true;
OpenPOWER on IntegriCloud