summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/shared (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2000-12-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-12-061-0/+1
| | | | | * shared/src/cache_aligned_malloc.c: Added include of <stdlib.h> to eliminate warnings.
* 2000-11-14 Jiri Gaisler <jgais@ws.estec.esa.nl>Joel Sherrill2000-11-151-1/+1
| | | | | | | * shared/src/cache_manager.c (rtems_cache_invalidate_multiple_instruction_lines): If CPU_INSTRUCTION_CACHE_ALIGNMENT is defined but 0, then there is an instruction cache but no notion of line size.
* 2000-10-18 John Cotton <john.cotton@nrc.ca>Joel Sherrill2000-10-181-0/+16
| | | | * shared/include/cache.h: Improved file header.
* 2000-10-12 Nick Simon <Nick.SIMON@syntegra.bt.co.uk>Joel Sherrill2000-10-121-1/+1
| | | | | * shared/src/cache_manager.c: Minor bug fix -- changed > to >= so the last address is invalidated.
* 2000-08-10 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>Joel Sherrill2000-08-101-0/+12
| | | | | | * shared/src/cache_manager.c (rtems_cache_flush_multiple_data_lines, rtems_cache_invalidate_multiple_data_lines): Do not operate on the entire address space when flushing zero bytes.
* 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.