summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 0f9d243c01..22419048d2 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,11 @@
2008-07-16 Till Straumann <strauman@slac.stanford.edu>
+ * score/cpu/powerpc/rtems/new-exceptions/cpu.h:
+ use ppc_interrupt_get_disable_mask() to determine
+ which bits to set/clear from _CPU_ISR_Set_level().
+
+2008-07-16 Till Straumann <strauman@slac.stanford.edu>
+
* score/cpu/powerpc/rtems/powerpc/registers.h:
added ppc_interrupt_get_disable_mask() inline function.