diff options
author | Dean Sanner <dsanner@us.ibm.com> | 2018-02-06 21:26:29 -0600 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2018-02-07 11:38:00 -0500 |
commit | 34ff810fcb796efcaae774c7fcd063c48ace4209 (patch) | |
tree | e4e09104bd5c4fad1d45906f4505567ce081f762 /src | |
parent | ffc30dcc91342c28a6255a86341ae40317300345 (diff) | |
download | talos-hostboot-34ff810fcb796efcaae774c7fcd063c48ace4209.tar.gz talos-hostboot-34ff810fcb796efcaae774c7fcd063c48ace4209.zip |
Remove excessive tracing from AttrRP
Was causing systems with large targeting to hang when running
with continous trace offload from service processor
Change-Id: I6a3d2d4d792e2ab066e65bd2f04821a2bd3279de
CQ: SW416304
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/53513
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Reviewed-by: Prachi Gupta <pragupta@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src')
-rwxr-xr-x | src/usr/targeting/attrrp.C | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/targeting/attrrp.C b/src/usr/targeting/attrrp.C index 432a2481a..a8978010d 100755 --- a/src/usr/targeting/attrrp.C +++ b/src/usr/targeting/attrrp.C @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2011,2017 */ +/* Contributors Listed Below - COPYRIGHT 2011,2018 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -143,7 +143,7 @@ namespace TARGETING uint64_t offset = 0; uint64_t size = 0; - TRACFCOMP(g_trac_targeting, INFO_MRK "AttrRP: Message recv'd: " + TRACDCOMP(g_trac_targeting, INFO_MRK "AttrRP: Message recv'd: " "0x%x"); do { @@ -153,7 +153,7 @@ namespace TARGETING vAddr = msg->data[0]; pAddr = reinterpret_cast<void*>(msg->data[1]); - TRACFCOMP(g_trac_targeting, + TRACDCOMP(g_trac_targeting, INFO_MRK "AttrRP: vAddr=0x%lx pAddr=0x%p", msg->type, vAddr, pAddr); |