summaryrefslogtreecommitdiffstats
path: root/src/usr/hwas/test/hwasGardTest.H
diff options
context:
space:
mode:
authorMarty Gloff <mgloff@us.ibm.com>2015-06-10 15:23:20 -0500
committerPatrick Williams <iawillia@us.ibm.com>2015-12-11 13:56:27 -0600
commit9627b4c4bc588981f2d9c76d6fc36b03ee26c800 (patch)
treef8beb54f7d708dff60a0abcdeec2ea7fa4c5a90d /src/usr/hwas/test/hwasGardTest.H
parent5d33811c6f265463f502c19dd2a3173e1bbc38bc (diff)
downloadtalos-hostboot-9627b4c4bc588981f2d9c76d6fc36b03ee26c800.tar.gz
talos-hostboot-9627b4c4bc588981f2d9c76d6fc36b03ee26c800.zip
P9 - PG partial good keywords
Processing of PG Keyword version x'02' Partial Good Vectors Change-Id: I7d239495c237f09edaa2addc538ced5e389009d6 RTC:127213 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/18349 Tested-by: Jenkins Server Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com> Reviewed-by: Christian Geddes <crgeddes@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwas/test/hwasGardTest.H')
-rw-r--r--src/usr/hwas/test/hwasGardTest.H20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/usr/hwas/test/hwasGardTest.H b/src/usr/hwas/test/hwasGardTest.H
index 5576a289b..f25a67ee3 100644
--- a/src/usr/hwas/test/hwasGardTest.H
+++ b/src/usr/hwas/test/hwasGardTest.H
@@ -46,7 +46,7 @@
using namespace HWAS;
using namespace TARGETING;
-bool compareAffinity(const TargetInfo t1, const TargetInfo t2)
+bool compareAffinityCXX(const TargetInfo t1, const TargetInfo t2)
{
return t1.affinityPath < t2.affinityPath;
}
@@ -3434,7 +3434,7 @@ public:
// Check result
std::sort(l_targToDeconfig.begin(), l_targToDeconfig.end(),
- compareAffinity);
+ compareAffinityCXX);
if ((l_targToDeconfig.size() == 4) &&
(l_targToDeconfig[0].affinityPath == l_ep[0]) &&
(l_targToDeconfig[1].affinityPath == l_ep[1]) &&
@@ -3517,7 +3517,7 @@ public:
// Check result
std::sort(l_targToDeconfig.begin(), l_targToDeconfig.end(),
- compareAffinity);
+ compareAffinityCXX);
if ((l_targToDeconfig.size() == 1) &&
(l_targToDeconfig[0].affinityPath == l_ep[0]) )
{
@@ -3615,7 +3615,7 @@ public:
// Check result
std::sort(l_targToDeconfig.begin(), l_targToDeconfig.end(),
- compareAffinity);
+ compareAffinityCXX);
if ((l_targToDeconfig.size() == 3) &&
(l_targToDeconfig[0].affinityPath == l_ep[4]) && // 10 MEMBUF
(l_targToDeconfig[1].affinityPath == l_ep[3]) && // 100 MBA
@@ -3673,7 +3673,7 @@ public:
// Check result
std::sort(l_targToDeconfig.begin(), l_targToDeconfig.end(),
- compareAffinity);
+ compareAffinityCXX);
if ((l_targToDeconfig.size() == 2) &&
(l_targToDeconfig[0].affinityPath == l_ep[0]) && // 0 MCS
(l_targToDeconfig[1].affinityPath == l_ep[1]) ) // 00 MEMBUF
@@ -3732,7 +3732,7 @@ public:
// Check result
std::sort(l_targToDeconfig.begin(), l_targToDeconfig.end(),
- compareAffinity);
+ compareAffinityCXX);
if ((l_targToDeconfig.size() == 2) &&
(l_targToDeconfig[0].affinityPath == l_ep[0]) && // 00 MEMBUF
(l_targToDeconfig[1].affinityPath == l_ep[1]) ) // 000 MBA
@@ -3793,7 +3793,7 @@ public:
// Check result
std::sort(l_targToDeconfig.begin(), l_targToDeconfig.end(),
- compareAffinity);
+ compareAffinityCXX);
if ((l_targToDeconfig.size() == 2) &&
(l_targToDeconfig[0].affinityPath == l_ep[0]) && // 000 MBA
(l_targToDeconfig[1].affinityPath == l_ep[1]) ) // 0000 DIMM
@@ -3874,7 +3874,7 @@ public:
// Check result
std::sort(l_targToDeconfig.begin(), l_targToDeconfig.end(),
- compareAffinity);
+ compareAffinityCXX);
if ((l_targToDeconfig.size() == 1) &&
(l_targToDeconfig[0].affinityPath == l_ep[4]) ) // 001 MBA
{
@@ -3991,7 +3991,7 @@ public:
// Check result
std::sort(l_targToDeconfig.begin(), l_targToDeconfig.end(),
- compareAffinity);
+ compareAffinityCXX);
if ((l_targToDeconfig.size() == 6) &&
(l_targToDeconfig[0].affinityPath == l_ep[0]) && // 0 MCS
(l_targToDeconfig[1].affinityPath == l_ep[1]) && // 00 MEMBUF
@@ -4089,7 +4089,7 @@ public:
// Check result
std::sort(l_targToDeconfig.begin(), l_targToDeconfig.end(),
- compareAffinity);
+ compareAffinityCXX);
if ((l_targToDeconfig.size() == 6) &&
(l_targToDeconfig[0].affinityPath == l_ep[0]) &&
(l_targToDeconfig[1].affinityPath == l_ep[1]) &&
OpenPOWER on IntegriCloud