summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/i386/cache.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-111-3/+3
| | | | | * cache.c, cpu.h, cpuModel.h: Use "__asm__" instead of "asm" for improved c99-compliance.
* 2010-05-21 Vinu Rajashekhar <vinutheraj@gmail.com>Joel Sherrill2010-05-211-10/+10
| | | | | * cache.c, page.c: Use masks and shift operations instead of bit-fields.
* Add missing prototypes.Ralf Corsepius2008-08-161-2/+2
|
* Remove stray white spaces.Ralf Corsepius2004-04-151-1/+0
|
* 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.