Files
rtems/c/src/lib/libcpu
Joel Sherrill 581a89ed79 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-07-08 16:09:24 +00:00
..
1995-05-11 17:39:37 +00:00

#
#  $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.