sptest/spcache01: New test cases

This commit is contained in:
Sebastian Huber
2014-11-25 08:39:46 +01:00
parent 42fe0d3fbb
commit 7981a885f8

View File

@@ -108,6 +108,10 @@ static void test_data_flush_and_invalidate(void)
" due to cache line size of zero\n"
);
}
/* Make sure these are nops */
rtems_cache_flush_multiple_data_lines(NULL, 0);
rtems_cache_invalidate_multiple_data_lines(NULL, 0);
}
static uint64_t do_some_work(void)