From 6771359fa1488598ccba3fd3c440b95f64965340 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 27 Oct 2016 06:42:06 +0200 Subject: score: Second part of new MrsP implementation Update #2556. --- testsuites/smptests/smpmrsp01/init.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'testsuites/smptests/smpmrsp01') diff --git a/testsuites/smptests/smpmrsp01/init.c b/testsuites/smptests/smpmrsp01/init.c index de5f31c8cb..bb729e0a6e 100644 --- a/testsuites/smptests/smpmrsp01/init.c +++ b/testsuites/smptests/smpmrsp01/init.c @@ -1430,11 +1430,6 @@ static void test_mrsp_obtain_and_release_with_help(test_context *ctx) rtems_test_assert(rtems_get_current_processor() == 1); - sc = rtems_task_wake_after(2); - rtems_test_assert(sc == RTEMS_SUCCESSFUL); - - rtems_test_assert(rtems_get_current_processor() == 1); - /* * With this operation the scheduler instance 0 has now only the main and the * idle threads in the ready set. -- cgit v1.2.3