[PATCH 1/7] perf bench: Fix order of arguments to memcpy_alloc_mem

2015-02-25 Thread Arnaldo Carvalho de Melo
From: Bruce Merry This was causing the destination instead of the source to be filled. As a result, the source was typically all mapped to one zero page, and hence very cacheable. Signed-off-by: Bruce Merry Acked-by: Ingo Molnar Cc: Paul Mackerras Cc: Peter Zijlstra Link:

[PATCH 1/7] perf bench: Fix order of arguments to memcpy_alloc_mem

2015-02-25 Thread Arnaldo Carvalho de Melo
From: Bruce Merry bme...@ska.ac.za This was causing the destination instead of the source to be filled. As a result, the source was typically all mapped to one zero page, and hence very cacheable. Signed-off-by: Bruce Merry bme...@ska.ac.za Acked-by: Ingo Molnar mi...@kernel.org Cc: Paul