summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-08-10 14:23:11 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-08-10 14:23:11 +0000
commit4a5578aed280e49ef2e72e3d30ccb1b7cf0527a5 (patch)
tree00aba456376899afcd331c783c3f03277ae6aa21 /c
parent2000-08-10 Charles-Antoine Gauthier <charles.gauthier@nrc.ca> (diff)
downloadrtems-4a5578aed280e49ef2e72e3d30ccb1b7cf0527a5.tar.bz2
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.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libcpu/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/ChangeLog b/c/src/lib/libcpu/ChangeLog
index 101734ce64..304a2a5a87 100644
--- a/c/src/lib/libcpu/ChangeLog
+++ b/c/src/lib/libcpu/ChangeLog
@@ -1,3 +1,9 @@
+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 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: New file.