summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-01-18 13:32:51 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-01-18 13:33:18 +0100
commit926ed2b020239bee8da65539778b5ee9a5a99bf3 (patch)
tree61acf9ccdb3ac78bd6640b65eef858eaaab0291c /testsuites
parentscore: Improve debug support for ISR locks (diff)
downloadrtems-926ed2b020239bee8da65539778b5ee9a5a99bf3.tar.bz2
score: Remove unused _ISR_lock_Flash()
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/sptests/sp37/init.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/testsuites/sptests/sp37/init.c b/testsuites/sptests/sp37/init.c
index 52c02b09ac..1a63298d3b 100644
--- a/testsuites/sptests/sp37/init.c
+++ b/testsuites/sptests/sp37/init.c
@@ -192,8 +192,6 @@ static void test_isr_locks( void )
_ISR_lock_ISR_disable_and_acquire( &container.lock, &lock_context );
rtems_test_assert( normal_interrupt_level != _ISR_Get_level() );
- _ISR_lock_Flash( &container.lock, &lock_context );
- rtems_test_assert( normal_interrupt_level != _ISR_Get_level() );
_ISR_lock_Release_and_ISR_enable( &container.lock, &lock_context );
rtems_test_assert( normal_interrupt_level == _ISR_Get_level() );