summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/ChangeLog
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2007-11-06 21:54:18 +0000
committerTill Straumann <strauman@slac.stanford.edu>2007-11-06 21:54:18 +0000
commit8e1d542c07139a5c620e6a6119e90b1eefa29576 (patch)
tree58f4f52c9ef942164a2f058958d0acf5a419058b /c/src/lib/libcpu/powerpc/ChangeLog
parent2007-11-06 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-8e1d542c07139a5c620e6a6119e90b1eefa29576.tar.bz2
2007-11-06 Till Straumann <strauman@slac.stanford.edu>
* mpc5xx/irq/irq.c, mpc5xx/exceptions/raw_exception.c, new-exceptions/raw_exception.c: test for non-NULL-ness before calling 'on'/'off' methods so that users don't have to provide no-ops if they don't want this feature.
Diffstat (limited to 'c/src/lib/libcpu/powerpc/ChangeLog')
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index 8bee2193b9..b9f262a4f6 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,3 +1,10 @@
+2007-11-06 Till Straumann <strauman@slac.stanford.edu>
+
+ * mpc5xx/irq/irq.c, mpc5xx/exceptions/raw_exception.c,
+ new-exceptions/raw_exception.c: test for non-NULL-ness before calling
+ 'on'/'off' methods so that users don't have to provide
+ no-ops if they don't want this feature.
+
2007-10-25 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
* mpc83xx/network/tsec.c: