Joel Sherrill
42ce03520b
2010-05-30 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* shared/src/no_cache.c: New file.
2010-05-30 15:46:17 +00:00
Ralf Corsepius
359e537416
Whitespace removal.
2009-11-30 05:09:41 +00:00
Thomas Doerfler
da6142f0f2
remove file
2008-10-10 15:51:50 +00:00
Thomas Doerfler
9cabf5f300
shared/include/utility.h: New file.
2008-09-22 12:51:16 +00:00
Ralf Corsepius
73b5bd5d0e
Remove stray white spaces.
2004-04-15 13:33:58 +00:00
Joel Sherrill
7c4a626318
2003-09-04 Joel Sherrill <joel@OARcorp.com>
...
* shared/include/cache.h, shared/src/cache_aligned_malloc.c,
shared/src/cache_manager.c: URL for license changed.
2003-09-04 18:57:22 +00:00
Joel Sherrill
1a505aae33
2000-12-06 Joel Sherrill <joel@OARcorp.com>
...
* shared/src/cache_aligned_malloc.c: Added include of <stdlib.h>
to eliminate warnings.
2000-12-06 15:47:02 +00:00
Joel Sherrill
cb887486ef
2000-11-14 Jiri Gaisler <jgais@ws.estec.esa.nl>
...
* 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-11-15 21:38:55 +00:00
Joel Sherrill
c5a60819c6
2000-10-18 John Cotton <john.cotton@nrc.ca>
...
* shared/include/cache.h: Improved file header.
2000-10-18 17:36:42 +00:00
Joel Sherrill
ec45e86d79
2000-10-12 Nick Simon <Nick.SIMON@syntegra.bt.co.uk>
...
* shared/src/cache_manager.c: Minor bug fix -- changed > to >= so the
last address is invalidated.
2000-10-12 13:34:56 +00:00
Joel Sherrill
d2978ee987
2000-08-10 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
...
* 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-08-10 14:09:51 +00:00
Joel Sherrill
5e77d12951
Patch from John Cotton <john.cotton@nrc.ca> to correct cache
...
routine naming to follow RTEMS package/object.method rule.
This patch also eliminated calls to the obsolete routine
m68k_enable_caching.
2000-06-14 20:32:44 +00:00
Joel Sherrill
cf1f72ea33
Moved i386 and m68k cache management code to libcpu. Everything
...
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.
2000-06-13 21:53:38 +00:00