summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp14/exit.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/mptests/mp14/exit.c')
-rw-r--r--testsuites/mptests/mp14/exit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/mptests/mp14/exit.c b/testsuites/mptests/mp14/exit.c
index 5e179621c0..69f1cf45f7 100644
--- a/testsuites/mptests/mp14/exit.c
+++ b/testsuites/mptests/mp14/exit.c
@@ -27,9 +27,9 @@ void Exit_test( void )
* Wait a bit before shutting down so we don't screw up the other node
* when our MPCI shuts down
*/
-
+
rtems_task_wake_after(20);
-
+
status = rtems_task_mode( RTEMS_NO_PREEMPT, RTEMS_PREEMPT_MASK, &old_mode );
directive_failed( status, "rtems_task_mode" );