forked from Imagelibrary/rtems
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>.
# # $Id$ # This is the README file for libcpu. This directory contains reusable libraries which are CPU dependent but not target board dependent. For example, the HPPA has an on chip interval timer which may be used by all HPPA bsp's. Another example might be the Intel i960CA has on-chip DMA which could be supported in a library and placed in lib/libcpu/i960. This level of support will make it easier for others developing embedded applications on a given CPU.