diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2023-05-17 15:34:59 +0200 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2023-05-17 15:42:19 +0200 |
commit | 7f02ce62a6cfc0feb164bb7eb36c6647c00b43c8 (patch) | |
tree | 59bdbf9179e39dd1a2077d22df3b05cf4c924570 /tools/perf/Documentation | |
parent | tools headers x86 cpufeatures: Sync with the kernel sources (diff) | |
download | linux-7f02ce62a6cfc0feb164bb7eb36c6647c00b43c8.tar.xz linux-7f02ce62a6cfc0feb164bb7eb36c6647c00b43c8.zip |
tools headers: Update the copy of x86's mem{cpy,set}_64.S used in 'perf bench'
This is to get the changes from:
68674f94ffc9dddc ("x86: don't use REP_GOOD or ERMS for small memory copies")
20f3337d350c4e1b ("x86: don't use REP_GOOD or ERMS for small memory clearing")
This also make the 'perf bench mem' files stop referring to the erms
versions that gone away with the above patches.
That addresses these perf tools build warning:
Warning: Kernel ABI header at 'tools/arch/x86/lib/memcpy_64.S' differs from latest version at 'arch/x86/lib/memcpy_64.S'
diff -u tools/arch/x86/lib/memcpy_64.S arch/x86/lib/memcpy_64.S
Warning: Kernel ABI header at 'tools/arch/x86/lib/memset_64.S' differs from latest version at 'arch/x86/lib/memset_64.S'
diff -u tools/arch/x86/lib/memset_64.S arch/x86/lib/memset_64.S
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/Documentation')
0 files changed, 0 insertions, 0 deletions