summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorStephen Cprek <smcprek@us.ibm.com>2013-12-17 15:46:21 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-01-16 11:19:10 -0600
commit63f42d36ee3f78e59d0acb19ccdcf1766f0050bd (patch)
tree46c2f3096d795bf28a27979e551f27b1dc7b5e39 /src/include
parent542d9f0c4bb7e1b37a15823fa0b642e4f3bf7410 (diff)
downloadtalos-hostboot-63f42d36ee3f78e59d0acb19ccdcf1766f0050bd.tar.gz
talos-hostboot-63f42d36ee3f78e59d0acb19ccdcf1766f0050bd.zip
Perform Reconfig Loop on Bad DQ set
Change-Id: I43be1bbab5dca2be6f70d47b747b6b418820bc2b RTC: 92037 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/7773 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/usr/hwas/common/deconfigGard.H17
-rw-r--r--src/include/usr/hwpf/hwp/dimmBadDqBitmapAccessHwp.H2
2 files changed, 2 insertions, 17 deletions
diff --git a/src/include/usr/hwas/common/deconfigGard.H b/src/include/usr/hwas/common/deconfigGard.H
index 1561c5ee6..12e380813 100644
--- a/src/include/usr/hwas/common/deconfigGard.H
+++ b/src/include/usr/hwas/common/deconfigGard.H
@@ -5,7 +5,7 @@
/* */
/* IBM CONFIDENTIAL */
/* */
-/* COPYRIGHT International Business Machines Corp. 2011,2013 */
+/* COPYRIGHT International Business Machines Corp. 2011,2014 */
/* */
/* p1 */
/* */
@@ -228,18 +228,6 @@ public:
bool i_evenAtRunTime = false);
/**
- * @brief Get the Deconfigure Status
- *
- * This function returns a uint32_t counter that can be used to indicate
- * whether Targets have been deconfigured. The counter wraps, so the user
- * should just check for != to determine if a deconfigure has happened
- * since the last time this was called.
- *
- * @return uint32_t 'counter' of deconfigure events
- */
- uint32_t getDeconfigureStatus() const;
-
- /**
* @brief Registers a Deferred Deconfigure
*
* Called from errludcallout, which is called
@@ -363,7 +351,6 @@ private:
static const uint8_t NUM_A_BUSES = 3; // Max number of ABus links
static const uint8_t NUM_X_BUSES = 4; // Max number of XBus links
-
/**
* @brief Struct representing a particular processor. Used by
* _invokeDeconfigureAssocProc to populate a vector of procInfo's
@@ -570,8 +557,6 @@ private:
*/
bool iv_XABusEndpointDeconfigured;
- // counter, used to tell if there were deconfigure 'events'.
- uint32_t iv_deconfigCount;
}; // DeconfigGard
HWAS_DECLARE_SINGLETON(HWAS::DeconfigGard,theDeconfigGardSingleton);
diff --git a/src/include/usr/hwpf/hwp/dimmBadDqBitmapAccessHwp.H b/src/include/usr/hwpf/hwp/dimmBadDqBitmapAccessHwp.H
index 3bb2920a2..b3e27cc18 100644
--- a/src/include/usr/hwpf/hwp/dimmBadDqBitmapAccessHwp.H
+++ b/src/include/usr/hwpf/hwp/dimmBadDqBitmapAccessHwp.H
@@ -5,7 +5,7 @@
/* */
/* IBM CONFIDENTIAL */
/* */
-/* COPYRIGHT International Business Machines Corp. 2012,2013 */
+/* COPYRIGHT International Business Machines Corp. 2012,2014 */
/* */
/* p1 */
/* */
OpenPOWER on IntegriCloud