summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-07-08 16:08:49 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-07-08 16:08:49 +0000
commit307685b3a6c9510462c313394be58b698cb6ce9c (patch)
treeda8817f5c3cf7e61d4e0ea22bf97724f69dd3c08 /c/src/lib/libcpu/powerpc/ChangeLog
parent2003-07-08 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-307685b3a6c9510462c313394be58b698cb6ce9c.tar.bz2
2003-07-08 Joel Sherrill <joel@OARcorp.com>
PR 416/bsps * ppc403/ictrl/ictrl.c (ictrl_isr): We acknolwegde the interrupt in interrupt controller (clr_exisr(mask)) before calling the interrupt handler that will acnowledge the interrupt source. This results in the interrupt beeing seen a second time by the interrupt controller. Reported and fixed by El Kolli Yacine <yacine.elkolli@crf.canon.fr>.
Diffstat (limited to 'c/src/lib/libcpu/powerpc/ChangeLog')
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index fe9814f92e..07f491052d 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,3 +1,12 @@
+2003-07-08 Joel Sherrill <joel@OARcorp.com>
+
+ PR 416/bsps
+ * ppc403/ictrl/ictrl.c (ictrl_isr): We acknolwegde the interrupt in
+ interrupt controller (clr_exisr(mask)) before calling the interrupt
+ handler that will acnowledge the interrupt source. This results in
+ the interrupt beeing seen a second time by the interrupt controller.
+ Reported and fixed by El Kolli Yacine <yacine.elkolli@crf.canon.fr>.
+
2003-03-25 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
PR 368/filesystems