summaryrefslogtreecommitdiffstats
path: root/import/chips/p9/procedures/ppe
diff options
context:
space:
mode:
authorDoug Gilbert <dgilbert@us.ibm.com>2016-10-18 16:06:06 -0500
committerJoshua Hunsberger <jahunsbe@us.ibm.com>2017-10-23 16:40:30 -0500
commit7b792e68de88f91ac615bbc1452f48bf40ac0b36 (patch)
tree03a81394f815d7e492240ac51e52328f53d8b2c4 /import/chips/p9/procedures/ppe
parentf4c6726de451140ff468949c430d6cbab54f0bb2 (diff)
downloadtalos-hcode-7b792e68de88f91ac615bbc1452f48bf40ac0b36.tar.gz
talos-hcode-7b792e68de88f91ac615bbc1452f48bf40ac0b36.zip
Change TIME_INTERVAL_TYPE to uint64_t in SSX and PK
Change-Id: I74a9c299ce5a49bcd0b070d134c1f4adcc357e63 RTC: 163135 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/31466 Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
Diffstat (limited to 'import/chips/p9/procedures/ppe')
-rw-r--r--import/chips/p9/procedures/ppe/pk/kernel/pk_api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/import/chips/p9/procedures/ppe/pk/kernel/pk_api.h b/import/chips/p9/procedures/ppe/pk/kernel/pk_api.h
index 0d7def1c..2a8e185f 100644
--- a/import/chips/p9/procedures/ppe/pk/kernel/pk_api.h
+++ b/import/chips/p9/procedures/ppe/pk/kernel/pk_api.h
@@ -166,7 +166,7 @@
/// overridden by the application.
#ifndef PK_TIME_INTERVAL_TYPE
- #define PK_TIME_INTERVAL_TYPE uint32_t
+ #define PK_TIME_INTERVAL_TYPE uint64_t
#endif
/// Provide support for the PkTimer APIs in addition to the default
OpenPOWER on IntegriCloud