summaryrefslogtreecommitdiffstats
path: root/src/usr/hwas
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/hwas')
-rw-r--r--src/usr/hwas/common/hwas.C4
-rw-r--r--src/usr/hwas/test/hwas1test.H2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/hwas/common/hwas.C b/src/usr/hwas/common/hwas.C
index 04c47356e..764aa70f1 100644
--- a/src/usr/hwas/common/hwas.C
+++ b/src/usr/hwas/common/hwas.C
@@ -987,13 +987,13 @@ bool isDescFunctional(const TARGETING::TargetHandle_t &i_desc,
}
}
else
- if (i_desc->getAttr<ATTR_TYPE>() == TYPE_NV)
+ if (i_desc->getAttr<ATTR_TYPE>() == TYPE_OBUS_BRICK)
{
// Check NPU bit in N3 entry
if ((i_pgData[VPD_CP00_PG_N3_INDEX] &
VPD_CP00_PG_N3_NPU) != 0)
{
- HWAS_INF("pDesc %.8X - NV pgData[%d]: "
+ HWAS_INF("pDesc %.8X - OBUS_BRICK pgData[%d]: "
"actual 0x%04X, expected 0x%04X - bad",
i_desc->getAttr<ATTR_HUID>(),
VPD_CP00_PG_N3_INDEX,
diff --git a/src/usr/hwas/test/hwas1test.H b/src/usr/hwas/test/hwas1test.H
index 08a9c1425..f038e46e5 100644
--- a/src/usr/hwas/test/hwas1test.H
+++ b/src/usr/hwas/test/hwas1test.H
@@ -1411,7 +1411,7 @@ public:
break;
- case TYPE_NV:
+ case TYPE_OBUS_BRICK:
TS_INFO( "testHWASisDescFunctional: "
"NV is not functional");
pgData[VPD_CP00_PG_N3_INDEX] |=
OpenPOWER on IntegriCloud