summaryrefslogtreecommitdiffstats
path: root/src/usr/xscom
diff options
context:
space:
mode:
authorJosh Rispoli <jprispol@us.ibm.com>2014-07-07 16:53:02 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-07-16 15:20:55 -0500
commitcc013d6a4db03b7277de98f2c787db9e9e0048a1 (patch)
treea8db99f26d9b92dda0863fb375efc3b9db1c8db3 /src/usr/xscom
parentc352b4888d6ef13da31d89ecbe23d1889b9e6b75 (diff)
downloadtalos-hostboot-cc013d6a4db03b7277de98f2c787db9e9e0048a1.tar.gz
talos-hostboot-cc013d6a4db03b7277de98f2c787db9e9e0048a1.zip
Debug Build Broken
Changed updated variables Resolved syntactic compiler errors Change-Id: Ibf631dc342d44712d21f7b566fcaf8007c6580c5 RTC:93634 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/12019 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/xscom')
-rw-r--r--src/usr/xscom/xscom.C6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/usr/xscom/xscom.C b/src/usr/xscom/xscom.C
index 877f77faf..1e6c9519f 100644
--- a/src/usr/xscom/xscom.C
+++ b/src/usr/xscom/xscom.C
@@ -5,7 +5,9 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* COPYRIGHT International Business Machines Corp. 2011,2014 */
+/* Contributors Listed Below - COPYRIGHT 2011,2014 */
+/* [+] International Business Machines Corp. */
+/* */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
/* you may not use this file except in compliance with the License. */
@@ -490,7 +492,7 @@ errlHndl_t xScomDoOp(DeviceFW::OperationType i_opType,
} while (io_hmer.mXSComStatus == PIB::PIB_RESOURCE_OCCUPIED);
- TRACDCOMP(g_trac_xscom,"xscomPerformOp: OpType 0x%.16llX, Address 0x%llX, MMIO Address 0x%llX" static_cast<uint64_t>(i_opType),i_xscomAddr,static_cast<uint64_t>(l_mmioAddr));
+ TRACDCOMP(g_trac_xscom,"xscomPerformOp: OpType 0x%.16llX, Address 0x%llX, MMIO Address 0x%llX", static_cast<uint64_t>(i_opType),i_xscomAddr,static_cast<uint64_t>(l_mmioAddr));
TRACDCOMP(g_trac_xscom, "xscomPerformOp: l_offset 0x%.16llX; VirtAddr %p; i_virtAddr+l_offset %p",l_offset,i_virtAddr,i_virtAddr + l_offset);
OpenPOWER on IntegriCloud