diff options
author | Vineet Gupta <vgupta@kernel.org> | 2020-02-07 23:27:02 +0300 |
---|---|---|
committer | Vineet Gupta <vgupta@kernel.org> | 2023-08-17 22:40:26 +0300 |
commit | 1918693ff1891ba57af22dbbf511cf300158a975 (patch) | |
tree | c3c498cb41a36f3315da04350fe6a631cc6b666e /tools/perf/scripts/python/sched-migration.py | |
parent | c8ee610afe654da7276d4aa8ad2bb60ffff6ddfc (diff) | |
download | linux-1918693ff1891ba57af22dbbf511cf300158a975.tar.xz |
ARCv2: memset: don't prefetch for len == 0 which happens a alot
This avoids potential "bleeding" when size == 0 as cache line would be
dirtied (and possibly fetched from other cores) and due to the same
reaons more optimal too.
Signed-off-by: Vineet Gupta <vgupta@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions