Files
rtems/c/src/lib/libcpu
Daniel Hellstrom 33de2037f6 sparc: Fix window underflow trap handler
The window underflow trap handler used %i5 which destroyed the %o5 of
the calling context.  Bug introduced by
0d3b5d4742.

Go back to the pre 0d3b5d4742 behaviour
and use the two unused instructions in the trap vector to optimize a
bit.

Close #2651.
2016-03-24 07:41:01 +01:00
..
2016-01-27 08:09:05 +01:00
2015-06-26 09:16:25 +02:00
2014-12-05 07:47:32 +01:00
2014-12-05 07:47:32 +01:00
2014-12-05 07:47:32 +01:00
2014-12-05 07:47:32 +01:00
2014-12-05 07:47:32 +01:00
2015-06-26 09:16:25 +02:00
2014-12-05 07:47:32 +01:00
2015-02-23 15:42:59 -05:00

This is the README file for libcpu.

This directory contains reusable libraries which are CPU dependent but not
target board dependent.  For example, the PowerPC has an on CPU decrementer
register which may be used by all PowerPC BSP's for the Clock and Timer
Drivers.

Other examples include the caching support for the m68k CPU models and
MIPS CPU model exception vectoring routines.  This level of support
will make it easier for others developing embedded applications on a given
CPU.