summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/or32/rtems (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-04-032001-04-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* Per PR94, all rtems/score/CPUtypes.h are named rtems/score/types.h. * rtems/score/or32types.h: Removed. * rtems/score/types.h: New file via CVS magic. * Makefile.am, rtems/score/cpu.h: Account for name change.
2002-02-272001-02-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* rtems/score/cpu.h: Fix conditional to match current GCC.
2001-11-282001-11-28 Joel Sherrill <joel@OARcorp.com>,Joel Sherrill1-0/+7
This was tracked as PR91. * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which is used to specify if the port uses the standard macro for this (FALSE). A TRUE setting indicates the port provides its own implementation.
2001-01-032001-01-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+13
* rtems/score/cpu.h: Added _CPU_Initialize_vectors().
2000-08-112000-08-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill7-0/+1419
* Shell added for or32 port based on no_cpu port with names replaced.