summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/m68k/shared (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2001-03-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-03-051-5/+9
| | | | | * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Apply include_*HEADERS instead of H_FILES.
* 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-09-051-4/+5
| | | | | * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Include compile.am
* Patch from John Cotton <john.cotton@nrc.ca> to correct cacheJoel Sherrill2000-06-142-34/+34
| | | | | | routine naming to follow RTEMS package/object.method rule. This patch also eliminated calls to the obsolete routine m68k_enable_caching.
* Moved i386 and m68k cache management code to libcpu. EverythingJoel Sherrill2000-06-134-0/+269
| | | | | | now is an implementation of the prototypes in rtems/rtems/cache.h. The libcpu/i386/wrapup directory is no longer needed. The PowerPC needs this done to it.
* Added .cvsignore.Joel Sherrill2000-06-132-0/+4
|
* Added optimized version of memcpy.c to this directory since RTEMS makesJoel Sherrill1998-06-121-0/+87
important distinctions between CPU models which are not made by gcc. These distinctions help give us a more optimized memcpy(). This is important for message queues and KA9Q.