summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/common/scominfo/p9_scominfo.H
diff options
context:
space:
mode:
authorBrent Wieman <bwieman@us.ibm.com>2016-01-15 14:11:32 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-02-22 09:54:41 -0600
commit05e360903252941a075f28a1b2b80289cb9648b7 (patch)
tree186726b8671bf007b551638797c20eaeed0d04fa /src/import/chips/p9/common/scominfo/p9_scominfo.H
parent9d0115ba38925c0f85be3d39b60d899fe91c98f8 (diff)
downloadtalos-hostboot-05e360903252941a075f28a1b2b80289cb9648b7.tar.gz
talos-hostboot-05e360903252941a075f28a1b2b80289cb9648b7.zip
updated for 32bit compile
Change-Id: I441f8b241e76d13420035b2523780211d7e26679 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/23337 Dev-Ready: Brent Wieman <bwieman@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Christian Geddes <crgeddes@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/24523
Diffstat (limited to 'src/import/chips/p9/common/scominfo/p9_scominfo.H')
-rw-r--r--src/import/chips/p9/common/scominfo/p9_scominfo.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/chips/p9/common/scominfo/p9_scominfo.H b/src/import/chips/p9/common/scominfo/p9_scominfo.H
index 2dfdf093c..b6e0f9113 100644
--- a/src/import/chips/p9/common/scominfo/p9_scominfo.H
+++ b/src/import/chips/p9/common/scominfo/p9_scominfo.H
@@ -44,7 +44,7 @@ extern "C"
typedef enum
{
- FAILED_TRANSLATION = 0xFFFFFFFFFFFFFFF1
+ FAILED_TRANSLATION = 0xFFFFFFFFFFFFFFF1ull
} p9TranslationResult_t;
/// @brief Creates the actual SCOM address based on the chip unit type, instance, and the input SCOM address (relative to chip unit instance 0)
OpenPOWER on IntegriCloud