Files
rtems/testsuites/smptests/smpcache01/smpcache01.doc
Daniel Cederman 6e1206ab46 smptests/smpcache01: Remove invalidation of data cache lines from test
Invalidation of entire data cache might cause data written to the stack
to get lost.
2014-09-16 10:29:42 +02:00

16 lines
458 B
Plaintext

This file describes the directives and concepts tested by this test set.
test set name: smpcache01
directives:
- rtems_cache_flush_multiple_data_lines_processor_set
- rtems_cache_invalidate_multiple_data_lines_processor_set
- rtems_cache_flush_entire_data_processor_set
- rtems_cache_invalidate_entire_instruction
- rtems_cache_invalidate_multiple_instruction_lines
concepts:
- Ensure that cache related SMP messages are delivered properly.