summaryrefslogtreecommitdiffstats
path: root/cpukit/score/macros/rtems
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-28 18:28:24 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-28 18:28:24 +0000
commit89ee0b6936efb5371ec54c2bb37a0dbd492d0a98 (patch)
treefa9676c30496a4b846101bf8175b0e4ccfae2473 /cpukit/score/macros/rtems
parent2001-11-28 Joel Sherrill <joel@OARcorp.com>, (diff)
downloadrtems-89ee0b6936efb5371ec54c2bb37a0dbd492d0a98.tar.bz2
2001-11-28 Joel Sherrill <joel@OARcorp.com>,
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.
Diffstat (limited to 'cpukit/score/macros/rtems')
-rw-r--r--cpukit/score/macros/rtems/score/isr.inl9
1 files changed, 0 insertions, 9 deletions
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
@@ -18,15 +18,6 @@
/*PAGE
*
- * _ISR_Is_in_progress
- *
- */
-
-#define _ISR_Is_in_progress() \
- (_ISR_Nest_level != 0)
-
-/*PAGE
- *
* _ISR_Is_vector_number_valid
*
*/