From 89ee0b6936efb5371ec54c2bb37a0dbd492d0a98 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 28 Nov 2001 18:28:24 +0000 Subject: 2001-11-28 Joel Sherrill , This was tracked as PR91. * include/rtems/score/isr.h, inline/rtems/score/isr.inl, macros/rtems/score/isr.inl: Modified to allow any port to provide its own implementation of the macro _ISR_Is_in_progress. If the port overrides this macro, it must provide a non-inlined function implementation. --- cpukit/score/macros/rtems/score/isr.inl | 9 --------- 1 file changed, 9 deletions(-) (limited to 'cpukit/score/macros/rtems') diff --git a/cpukit/score/macros/rtems/score/isr.inl b/cpukit/score/macros/rtems/score/isr.inl index b4c5eea4a1..b75d6b002d 100644 --- a/cpukit/score/macros/rtems/score/isr.inl +++ b/cpukit/score/macros/rtems/score/isr.inl @@ -16,15 +16,6 @@ #ifndef __ISR_inl #define __ISR_inl -/*PAGE - * - * _ISR_Is_in_progress - * - */ - -#define _ISR_Is_in_progress() \ - (_ISR_Nest_level != 0) - /*PAGE * * _ISR_Is_vector_number_valid -- cgit v1.2.3