From 247131632173158cb2668d4e5c7464951b668067 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 18 May 2016 08:06:54 +0200 Subject: score: Rename _ISR_Disable() and _ISR_Enable() Rename _ISR_Disable() into _ISR_Local_disable(). Rename _ISR_Enable() into _ISR_Local_enable(). Remove _Debug_Is_owner_of_giant(). This is a preparation to remove the Giant lock. Update #2555. --- testsuites/tmtests/tm26/task1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuites/tmtests') diff --git a/testsuites/tmtests/tm26/task1.c b/testsuites/tmtests/tm26/task1.c index 8463cd3c5a..84811b87a1 100644 --- a/testsuites/tmtests/tm26/task1.c +++ b/testsuites/tmtests/tm26/task1.c @@ -544,7 +544,7 @@ void complete_test( void ) */ put_time( - "rtems interrupt: _ISR_Disable", + "rtems interrupt: _ISR_Local_disable", isr_disable_time, 1, 0, @@ -560,7 +560,7 @@ void complete_test( void ) ); put_time( - "rtems interrupt: _ISR_Enable", + "rtems interrupt: _ISR_Local_enable", isr_enable_time, 1, 0, -- cgit v1.2.3