From 1f2851867535aa24edfd8574b520f1b3ec22efc0 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 8 Jan 2019 08:39:42 +0100 Subject: rtems: Allow to set ISR level 0 in SMP config Update #3000. --- testsuites/smptests/smpunsupported01/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/smptests') diff --git a/testsuites/smptests/smpunsupported01/init.c b/testsuites/smptests/smpunsupported01/init.c index ae85b2fc89..dd9b52a3c5 100644 --- a/testsuites/smptests/smpunsupported01/init.c +++ b/testsuites/smptests/smpunsupported01/init.c @@ -45,7 +45,7 @@ static void test(void) mode = RTEMS_INTERRUPT_LEVEL(0); if (mode == 0) { sc = rtems_task_mode(mode, RTEMS_INTERRUPT_MASK, &mode); - rtems_test_assert(sc == RTEMS_NOT_IMPLEMENTED); + rtems_test_assert(sc == RTEMS_SUCCESSFUL); } mode = RTEMS_INTERRUPT_LEVEL(1); -- cgit v1.2.3