diff options
author | William Bryan <wilbryan@us.ibm.com> | 2015-12-03 12:52:53 -0600 |
---|---|---|
committer | William A. Bryan <wilbryan@us.ibm.com> | 2015-12-04 14:22:09 -0600 |
commit | 3e24c506a99c48c0a2386c9206712f12d3ba2105 (patch) | |
tree | 1c2acdab1ce0f3b1646283d9472250526140ce06 /src/occ_405/thread/threadSch.c | |
parent | 0694c6bb509e5d91a7f2c7b1f4924e114500dca1 (diff) | |
download | talos-occ-3e24c506a99c48c0a2386c9206712f12d3ba2105.tar.gz talos-occ-3e24c506a99c48c0a2386c9206712f12d3ba2105.zip |
Enable set role command and retry APSS init
Added changes to enable Simics console tracing
Enabled memory configuration packet
Removed Pstate data config command
RTC: 141646
RTC: 142030
Change-Id: I85807a76bb9364b1f3b865fa91c28a3f46446531
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/22434
Tested-by: William A. Bryan <wilbryan@us.ibm.com>
Reviewed-by: Martha Broyles <mbroyles@us.ibm.com>
Reviewed-by: Christopher Cain <cjcain@us.ibm.com>
Reviewed-by: William A. Bryan <wilbryan@us.ibm.com>
Diffstat (limited to 'src/occ_405/thread/threadSch.c')
-rwxr-xr-x | src/occ_405/thread/threadSch.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/occ_405/thread/threadSch.c b/src/occ_405/thread/threadSch.c index 78310ce..5432e72 100755 --- a/src/occ_405/thread/threadSch.c +++ b/src/occ_405/thread/threadSch.c @@ -188,8 +188,7 @@ void initThreadScheduler(void) || l_timerRc || l_snapshotTimerRc ) { - MAIN_TRAC_ERR("Error creating thread: snapshopTimerTc: %d, " - "timerRc: %d, cmdThreadRc: %d, dcomThreadRc: %d" + MAIN_TRAC_ERR("Error creating thread: snapshopTimerTc: %d, timerRc: %d, cmdThreadRc: %d, dcomThreadRc: %d", l_snapshotTimerRc, l_timerRc, l_cmdThreadRc,l_dcomThreadRc); |