summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp01
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-01-08 09:08:27 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-01-09 10:32:57 +0100
commitfeddcde09ace7a5858fb69245e045f41d080e40e (patch)
tree70f181352c6e73cb644e45b20a2f4e1fae0e32e3 /testsuites/sptests/sp01
parentlibtests/stackchk: Fix for 64-bit targets (diff)
downloadrtems-feddcde09ace7a5858fb69245e045f41d080e40e.tar.bz2
tests: Remove bogus RTEMS_INTERRUPT_LEVEL(31)
It is unnecessary to run these test cases with interrupts disabled.
Diffstat (limited to 'testsuites/sptests/sp01')
-rw-r--r--testsuites/sptests/sp01/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/sp01/init.c b/testsuites/sptests/sp01/init.c
index 2b1b23ea1c..2719c84fc8 100644
--- a/testsuites/sptests/sp01/init.c
+++ b/testsuites/sptests/sp01/init.c
@@ -34,7 +34,7 @@ rtems_task Init(
rtems_build_name( 'T', 'A', '1', ' ' ),
1,
RTEMS_MINIMUM_STACK_SIZE * 2,
- RTEMS_INTERRUPT_LEVEL(31),
+ RTEMS_DEFAULT_MODES,
RTEMS_DEFAULT_ATTRIBUTES,
&id
);