summaryrefslogtreecommitdiffstats
path: root/src/usr/testcore/lib
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2012-09-16 16:14:57 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-09-24 11:30:16 -0500
commit877dde22ef9f491c096f22bd3a918ecb083b5a75 (patch)
tree5d782b0c0ed6e0e30cff73fada14d0037eaf2f91 /src/usr/testcore/lib
parent363b20b39bc5f36fcba9eabb3c755b6bdf13574b (diff)
downloadtalos-hostboot-877dde22ef9f491c096f22bd3a918ecb083b5a75.tar.gz
talos-hostboot-877dde22ef9f491c096f22bd3a918ecb083b5a75.zip
Removed workaround for SW145497
Task 42921 Change-Id: Ia763402c654e3e2f881a6646b7ced77597c7d473 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1775 Tested-by: Jenkins Server Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com> Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/testcore/lib')
-rw-r--r--src/usr/testcore/lib/time.H8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/usr/testcore/lib/time.H b/src/usr/testcore/lib/time.H
index 0eb090ae4..0e6ce65ed 100644
--- a/src/usr/testcore/lib/time.H
+++ b/src/usr/testcore/lib/time.H
@@ -41,12 +41,6 @@ class TimeTest : public CxxTest::TestSuite
*/
void testClockGetTime()
{
- task_affinity_pin(); // TODO: Bug in PHYP start-cores code that
- // does not sync timebase register, so
- // we need to pin ourselves to a core
- // while doing timebase testing.
- // RTC: 42921
-
timespec_t first, second;
if (-EINVAL != clock_gettime(CLOCK_REALTIME, &first))
@@ -71,8 +65,6 @@ class TimeTest : public CxxTest::TestSuite
{
TS_FAIL("Monotonic clock is not increasing.");
}
-
- task_affinity_unpin(); // TODO.
}
};
OpenPOWER on IntegriCloud