summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/sh/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-28 18:16:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-28 18:16:00 +0000
commit4db302830436a61c9af69d0b393f9ac44a558c2e (patch)
treecf5f2b3c3fd87618d3f0bebf9b4e203933c7fb49 /c/src/exec/score/cpu/sh/ChangeLog
parent2001-11-28 Joel Sherrill <joel@OARcorp.com>, (diff)
downloadrtems-4db302830436a61c9af69d0b393f9ac44a558c2e.tar.bz2
2001-11-28 Joel Sherrill <joel@OARcorp.com>,
This was tracked as PR91. * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which is used to specify if the port uses the standard macro for this (FALSE). A TRUE setting indicates the port provides its own implementation.
Diffstat (limited to 'c/src/exec/score/cpu/sh/ChangeLog')
-rw-r--r--c/src/exec/score/cpu/sh/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/exec/score/cpu/sh/ChangeLog b/c/src/exec/score/cpu/sh/ChangeLog
index 87525abb4e..b8b7786bef 100644
--- a/c/src/exec/score/cpu/sh/ChangeLog
+++ b/c/src/exec/score/cpu/sh/ChangeLog
@@ -1,3 +1,10 @@
+2001-11-28 Joel Sherrill <joel@OARcorp.com>,
+
+ This was tracked as PR91.
+ * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
+ is used to specify if the port uses the standard macro for this (FALSE).
+ A TRUE setting indicates the port provides its own implementation.
+
2001-10-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* cpu.c: Fix #ifdefs, add missing #endif.