diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2021-05-09 10:19:37 -0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2021-05-10 09:01:00 -0300 |
commit | fb24e308b6310541e70d11a3f19dc40742974b95 (patch) | |
tree | eb19b936e0c6cd43da1e77734c0e410346f9f031 /tools/include/asm | |
parent | 5a80ee4219a52194f0e815bbceec40eb32c523ec (diff) | |
download | linux-stable-fb24e308b6310541e70d11a3f19dc40742974b95.tar.gz linux-stable-fb24e308b6310541e70d11a3f19dc40742974b95.tar.bz2 linux-stable-fb24e308b6310541e70d11a3f19dc40742974b95.zip |
tools arch: Update arch/x86/lib/mem{cpy,set}_64.S copies used in 'perf bench mem memcpy'
To bring in the change made in this cset:
5e21a3ecad1500e3 ("x86/alternative: Merge include files")
This just silences these perf tools build warnings, no change in the tools:
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
Cc: Borislav Petkov <bp@suse.de>
Cc: Juergen Gross <jgross@suse.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/include/asm')
-rw-r--r-- | tools/include/asm/alternative.h (renamed from tools/include/asm/alternative-asm.h) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/tools/include/asm/alternative-asm.h b/tools/include/asm/alternative.h index b54bd860dff6..b54bd860dff6 100644 --- a/tools/include/asm/alternative-asm.h +++ b/tools/include/asm/alternative.h |