summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/ChangeLog
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2008-03-06 00:16:52 +0000
committerTill Straumann <strauman@slac.stanford.edu>2008-03-06 00:16:52 +0000
commited5c4bd04ff571d59109b1bab15a1519e2e53cb9 (patch)
tree1c73f351d7db77195dd1295aef5c0c9f274cd297 /c/src/lib/libcpu/powerpc/ChangeLog
parentSync with the freebsds. (diff)
downloadrtems-ed5c4bd04ff571d59109b1bab15a1519e2e53cb9.tar.bz2
2008-03-05 Till Straumann <strauman@slac.stanford.edu>
* new-exceptions/bspsupport/ppc_exc_asm_macros.h: bugfix; need to andc with irq mask when disabling interrupts.
Diffstat (limited to 'c/src/lib/libcpu/powerpc/ChangeLog')
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index 5edcf197f9..9f70d9edfd 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,3 +1,8 @@
+2008-03-05 Till Straumann <strauman@slac.stanford.edu>
+
+ * new-exceptions/bspsupport/ppc_exc_asm_macros.h: bugfix;
+ need to andc with irq mask when disabling interrupts.
+
2008-02-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* old-exceptions/README, old-exceptions/TODO, old-exceptions/cpu.c,