Re: [PATCH] smptests/smpcache01: Remove invalidation of data cache lines from test

2014-09-11 Thread Sebastian Huber
On 10/09/14 15:12, Daniel Cederman wrote: Invalidation of data cache lines might cause data written to the stack to get lost. --- testsuites/smptests/smpcache01/init.c | 45 +++ testsuites/smptests/smpcache01/smpcache01.doc | 2 -- testsuites/smptests/smpcache

[PATCH] smptests/smpcache01: Remove invalidation of data cache lines from test

2014-09-10 Thread Daniel Cederman
Invalidation of data cache lines might cause data written to the stack to get lost. --- testsuites/smptests/smpcache01/init.c | 45 +++ testsuites/smptests/smpcache01/smpcache01.doc | 2 -- testsuites/smptests/smpcache01/smpcache01.scn | 18 --- 3 files cha