summaryrefslogtreecommitdiffstats
path: root/src/include/usr/targeting
diff options
context:
space:
mode:
authorSachin Gupta <sgupta2m@in.ibm.com>2018-01-02 22:55:19 -0600
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2018-01-09 11:00:57 -0500
commit610996cd1656819bf18608d7ca07c81e79d59676 (patch)
tree3f2589a535cbf2b93fec29662591d2538c8b2acd /src/include/usr/targeting
parent7f8aa4b7a01721e52c0c0b4d4d54c6ba8738c11c (diff)
downloadtalos-hostboot-610996cd1656819bf18608d7ca07c81e79d59676.tar.gz
talos-hostboot-610996cd1656819bf18608d7ca07c81e79d59676.zip
Change type for number of pages.
Fleetwood system has more than 255 pages as number of targets is more. Change-Id: I78d3d1aecf8271f5277fc8cad32f327fdc6c0546 CQ: SW412122 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/51375 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: ARAVIND T. NAIR <aravindnair@in.ibm.com> Reviewed-by: Dean Sanner <dsanner@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/include/usr/targeting')
-rw-r--r--src/include/usr/targeting/common/targetservice.H6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/include/usr/targeting/common/targetservice.H b/src/include/usr/targeting/common/targetservice.H
index f1126bf21..39f1e0822 100644
--- a/src/include/usr/targeting/common/targetservice.H
+++ b/src/include/usr/targeting/common/targetservice.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2012,2017 */
+/* Contributors Listed Below - COPYRIGHT 2012,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -98,7 +98,6 @@ namespace TARGETING
* sectionId - Section Id
* nodeId - Node Id
* pageNumber - PageNumber for the section.
- * padBytes - PadBytes to fill in 2 extra bytes
* dataPtr - Data Ptr
* pNodeTarget - Node Targeting Ptr
*
@@ -117,8 +116,7 @@ namespace TARGETING
uint8_t sectionId;
uint8_t nodeId;
- uint8_t pageNumber;
- uint8_t padBytes;
+ uint16_t pageNumber;
uint8_t* dataPtr;
Target* pNodeTarget;
};
OpenPOWER on IntegriCloud