summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/shared (unfollow)
Commit message (Collapse)AuthorFilesLines
2000-12-062000-12-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+1
* shared/src/cache_aligned_malloc.c: Added include of <stdlib.h> to eliminate warnings.
2000-11-152000-11-14 Jiri Gaisler <jgais@ws.estec.esa.nl>Joel Sherrill1-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-182000-10-18 John Cotton <john.cotton@nrc.ca>Joel Sherrill1-0/+16
* shared/include/cache.h: Improved file header.
2000-10-122000-10-12 Nick Simon <Nick.SIMON@syntegra.bt.co.uk>Joel Sherrill1-1/+1
* shared/src/cache_manager.c: Minor bug fix -- changed > to >= so the last address is invalidated.
2000-08-102000-08-10 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>Joel Sherrill1-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.
2000-06-14Patch from John Cotton <john.cotton@nrc.ca> to correct cacheJoel Sherrill3-83/+80
routine naming to follow RTEMS package/object.method rule. This patch also eliminated calls to the obsolete routine m68k_enable_caching.
2000-06-13Moved i386 and m68k cache management code to libcpu. EverythingJoel Sherrill3-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.