summaryrefslogtreecommitdiffstats
path: root/src/import
diff options
context:
space:
mode:
authorDoug Gilbert <dgilbert@us.ibm.com>2016-10-18 16:06:06 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2016-10-28 12:10:10 -0400
commit078e7b160bd52d1d6ce48bcf68eda0d5d149f53b (patch)
tree62c489e4684043598aabfbbafbeef5d49d5a0f8a /src/import
parentc75eb0abb0a4329f5c2c63577609c121cd45276d (diff)
downloadtalos-sbe-078e7b160bd52d1d6ce48bcf68eda0d5d149f53b.tar.gz
talos-sbe-078e7b160bd52d1d6ce48bcf68eda0d5d149f53b.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> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/31473 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/import')
-rw-r--r--src/import/chips/p9/procedures/ppe/pk/kernel/pk_api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/ppe/pk/kernel/pk_api.h b/src/import/chips/p9/procedures/ppe/pk/kernel/pk_api.h
index e1af51dd..cc64e238 100644
--- a/src/import/chips/p9/procedures/ppe/pk/kernel/pk_api.h
+++ b/src/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