summaryrefslogtreecommitdiffstats
path: root/src/include/usr/targeting
diff options
context:
space:
mode:
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