summaryrefslogtreecommitdiffstats
path: root/src/include/usr
diff options
context:
space:
mode:
authorCorey Swenson <cswenson@us.ibm.com>2016-11-08 15:15:57 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-11-09 17:58:08 -0500
commit8053357f7fe7c6be1c624e3df04b608d2d4e765d (patch)
tree07bb42489fc4d381a4b79838eac45045f7ede075 /src/include/usr
parent4241f7c81cf4b8e5776d72df11b606c187ae32c6 (diff)
downloadtalos-hostboot-8053357f7fe7c6be1c624e3df04b608d2d4e765d.tar.gz
talos-hostboot-8053357f7fe7c6be1c624e3df04b608d2d4e765d.zip
Add chip_id_type comments to the runtime interface file
Change-Id: I87c49627a1dca804e3e491a15fa362199b795c6d CQ:SW370892 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/32391 Reviewed-by: Michael J. Vance <mjvance@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr')
-rw-r--r--src/include/usr/runtime/rt_targeting.H5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/include/usr/runtime/rt_targeting.H b/src/include/usr/runtime/rt_targeting.H
index e26ea5fe4..5895c9fad 100644
--- a/src/include/usr/runtime/rt_targeting.H
+++ b/src/include/usr/runtime/rt_targeting.H
@@ -40,11 +40,6 @@ namespace RT_TARG
{
MEMBUF_ID_SHIFT = 4, //!< CHIPID for MEMBUF is '<procid>MMMM'b
MEMBUF_ID_MASK = 0x0000000F, //!< valid position bits for MEMBUF
-
- PROC_TYPE = 0x00000000, //!< PROC chip id type
- MEMBUF_TYPE = 0x80000000, //!< MEMBUF chip id type
- CORE_TYPE = 0x40000000, //!< CORE chip id type
- CHIPID_TYPE_MASK = 0xFF000000, //!< TYPE field
};
OpenPOWER on IntegriCloud