summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2008-07-16 21:52:04 +0000
committerTill Straumann <strauman@slac.stanford.edu>2008-07-16 21:52:04 +0000
commit3d28361d19a2538bdb39c1e09d56d094a8621a51 (patch)
treeb0ee629b416aeb3085fb9877c0738b5cf8160842 /cpukit/ChangeLog
parent2008-07-16 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-3d28361d19a2538bdb39c1e09d56d094a8621a51.tar.bz2
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().
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.