diff options
author | Patrick Williams <iawillia@us.ibm.com> | 2013-01-02 14:11:15 -0600 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-01-02 16:33:28 -0600 |
commit | 48d9ff25aa0886aaba13b3fde521aaeb87f2eea6 (patch) | |
tree | 2643e2951a585fde6b5bbd8e9e7872a685468043 /src/usr/spd/spd.C | |
parent | ca398e209bc7f436162e294e4974d5aaff5c9fc5 (diff) | |
download | blackbird-hostboot-48d9ff25aa0886aaba13b3fde521aaeb87f2eea6.tar.gz blackbird-hostboot-48d9ff25aa0886aaba13b3fde521aaeb87f2eea6.zip |
TRACS override attribute for SCAN traces.
Change-Id: Ia2bd15babe8ad7bd25293e72a7285c0a278b89c2
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2792
Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com>
Tested-by: Jenkins Server
Reviewed-by: Dean Sanner <dsanner@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/spd/spd.C')
-rwxr-xr-x | src/usr/spd/spd.C | 51 |
1 files changed, 25 insertions, 26 deletions
diff --git a/src/usr/spd/spd.C b/src/usr/spd/spd.C index ff54fd217..f5fec88f4 100755 --- a/src/usr/spd/spd.C +++ b/src/usr/spd/spd.C @@ -1,26 +1,25 @@ -/* IBM_PROLOG_BEGIN_TAG - * This is an automatically generated prolog. - * - * $Source: src/usr/spd/spd.C $ - * - * IBM CONFIDENTIAL - * - * COPYRIGHT International Business Machines Corp. 2012 - * - * p1 - * - * Object Code Only (OCO) source materials - * Licensed Internal Code Source Materials - * IBM HostBoot Licensed Internal Code - * - * The source code for this program is not published or other- - * wise divested of its trade secrets, irrespective of what has - * been deposited with the U.S. Copyright Office. - * - * Origin: 30 - * - * IBM_PROLOG_END_TAG - */ +/* IBM_PROLOG_BEGIN_TAG */ +/* This is an automatically generated prolog. */ +/* */ +/* $Source: src/usr/spd/spd.C $ */ +/* */ +/* IBM CONFIDENTIAL */ +/* */ +/* COPYRIGHT International Business Machines Corp. 2012,2013 */ +/* */ +/* p1 */ +/* */ +/* Object Code Only (OCO) source materials */ +/* Licensed Internal Code Source Materials */ +/* IBM HostBoot Licensed Internal Code */ +/* */ +/* The source code for this program is not published or otherwise */ +/* divested of its trade secrets, irrespective of what has been */ +/* deposited with the U.S. Copyright Office. */ +/* */ +/* Origin: 30 */ +/* */ +/* IBM_PROLOG_END_TAG */ /** * @file spd.C * @@ -66,8 +65,8 @@ TRAC_INIT( & g_trac_spd, "SPD", KILOBYTE ); // ------------------------ // Macros for unit testing -#define TRACUCOMP(args...) TRACFCOMP(args) -//#define TRACUCOMP(args...) +//#define TRACUCOMP(args...) TRACFCOMP(args) +#define TRACUCOMP(args...) //#define TRACSSCOMP(args...) TRACFCOMP(args) #define TRACSSCOMP(args...) @@ -1073,7 +1072,7 @@ errlHndl_t spdSendMboxWriteMsg ( uint64_t i_offset, l_err = MBOX::send( MBOX::FSP_VPD_MSGQ, msg ); if( l_err ) { - TRACFCOMP(g_trac_spd, ERR_MRK "Failed sending SPD to FSP"); + TRACFCOMP(g_trac_spd, ERR_MRK "Failed sending SPD to FSP"); // just commit the log and move on, nothing else to do l_err->collectTrace("SPD",1024); errlCommit( l_err, SPD_COMP_ID ); |