summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/ChangeLog
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2007-11-06 21:38:27 +0000
committerTill Straumann <strauman@slac.stanford.edu>2007-11-06 21:38:27 +0000
commit63fa36ea6051f14c3d19f2a0d5c7028adc2e6909 (patch)
tree175522b91b1f75e5c3620c141f064f31a67faf46 /c/src/lib/libbsp/arm/ChangeLog
parent2007-11-06 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-63fa36ea6051f14c3d19f2a0d5c7028adc2e6909.tar.bz2
2007-11-06 Till Straumann <strauman@slac.stanford.edu>
* gba/irq/irq.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 '')
-rw-r--r--c/src/lib/libbsp/arm/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/arm/ChangeLog b/c/src/lib/libbsp/arm/ChangeLog
index fd1b8ba52f..ecd3083cc4 100644
--- a/c/src/lib/libbsp/arm/ChangeLog
+++ b/c/src/lib/libbsp/arm/ChangeLog
@@ -1,3 +1,9 @@
+2007-11-06 Till Straumann <strauman@slac.stanford.edu>
+
+ * gba/irq/irq.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-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1257/bsps