summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/m68k/shared (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.