summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/ChangeLog
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 /c/src/exec/score/ChangeLog
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 '')
-rw-r--r--c/src/exec/score/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/c/src/exec/score/ChangeLog b/c/src/exec/score/ChangeLog
index 8e74f602c0..890e7f7c63 100644
--- a/c/src/exec/score/ChangeLog
+++ b/c/src/exec/score/ChangeLog
@@ -1,3 +1,12 @@
+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.
+
2001-11-20 Joel Sherrill <joel@OARcorp.com>
* src/threadhandler.c: When __USE__MAIN__ is defined by the toolset,