Skip to content
Commit e17fdaea authored by Bruce Merry's avatar Bruce Merry Committed by Arnaldo Carvalho de Melo
Browse files

perf bench: Fix order of arguments to memcpy_alloc_mem



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: default avatarBruce Merry <bmerry@ska.ac.za>
Acked-by: default avatarIngo Molnar <mingo@kernel.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20150115092022.GA11292@kryton


Signed-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
parent 2a6730c8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment