summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spcache01/spcache01.scn
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-11-25 14:58:13 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-11-25 16:08:16 +0100
commit7e5c9b895e52c76376386e54a0008c3a9e4a1698 (patch)
treebb8f7db25258fc1438c58a60aa950d782d0d77ab /testsuites/sptests/spcache01/spcache01.scn
parentsptest/spcache01: New test cases (diff)
downloadrtems-7e5c9b895e52c76376386e54a0008c3a9e4a1698.tar.bz2
rtems: Move rtems_cache_aligned_malloc()
Make sure also the size is cache aligned since otherwise we may have some overlap with the next allocation block. A cache invalidate on this area would be fatal.
Diffstat (limited to 'testsuites/sptests/spcache01/spcache01.scn')
-rw-r--r--testsuites/sptests/spcache01/spcache01.scn1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/sptests/spcache01/spcache01.scn b/testsuites/sptests/spcache01/spcache01.scn
index 80139451ef..4e7d53a9f6 100644
--- a/testsuites/sptests/spcache01/spcache01.scn
+++ b/testsuites/sptests/spcache01/spcache01.scn
@@ -42,4 +42,5 @@ invalidate multiple instruction
duration with normal cache 680 ns
duration with warm cache 640 ns
duration with invalidated cache 2600 ns
+test rtems_cache_aligned_malloc()
*** END OF TEST SPCACHE 1 ***