summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/i386/cache.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2002-03-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-04-121-1/+1
| | | | | | | * cache.c: Include <rtems/score/registers.h> instead of <libcpu/registers.h>. * cpu.h: Ditto. Remove parts moved to score/cpu/i386. * registers.h: Add BIG-FAT warning.
* Patch from John Cotton <john.cotton@nrc.ca> to correct cacheJoel Sherrill2000-06-141-25/+18
| | | | | | routine naming to follow RTEMS package/object.method rule. This patch also eliminated calls to the obsolete routine m68k_enable_caching.
* Prototypes for cache manager support functions now agree.Joel Sherrill2000-06-131-6/+2
|
* Moved i386 and m68k cache management code to libcpu. EverythingJoel Sherrill2000-06-131-0/+99
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.