From 877dde22ef9f491c096f22bd3a918ecb083b5a75 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Sun, 16 Sep 2012 16:14:57 -0500 Subject: 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 Reviewed-by: Douglas R. Gilbert Reviewed-by: A. Patrick Williams III --- src/usr/testcore/lib/time.H | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/usr/testcore/lib') 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. } }; -- cgit v1.2.3