From c2f301b580ebb4a46d657651a814bc9348103546 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 18 May 2016 08:08:38 +0200 Subject: score: Rename _ISR_Flash() into _ISR_Local_flash() This is a preparation to remove the Giant lock. Update #2555. --- cpukit/score/include/rtems/score/isrlock.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/score/include/rtems/score/isrlock.h') diff --git a/cpukit/score/include/rtems/score/isrlock.h b/cpukit/score/include/rtems/score/isrlock.h index 3843fd6454..294adecfb0 100644 --- a/cpukit/score/include/rtems/score/isrlock.h +++ b/cpukit/score/include/rtems/score/isrlock.h @@ -303,7 +303,7 @@ typedef struct { /** * @brief Flashes an ISR lock. * - * On uni-processor configurations this a simple _ISR_Flash(). On SMP + * On uni-processor configurations this a simple _ISR_Local_flash(). On SMP * configurations this function releases an SMP lock, restores the interrupt * status, then disables interrupts and acquires the SMP lock again. * @@ -328,7 +328,7 @@ typedef struct { ) #else #define _ISR_lock_Flash( _lock, _context ) \ - _ISR_Flash( ( _context )->isr_level ) + _ISR_Local_flash( ( _context )->isr_level ) #endif #if defined( RTEMS_PROFILING ) -- cgit v1.2.3