summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/shared (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Patch from John Cotton <john.cotton@nrc.ca> to correct cacheJoel Sherrill2000-06-143-83/+80
| | | | | | 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-133-0/+367
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.