]> git.baikalelectronics.ru Git - kernel.git/commit
tools arch: Update arch/x86/lib/mem{cpy,set}_64.S copies used in 'perf bench mem...
authorArnaldo Carvalho de Melo <acme@redhat.com>
Sun, 9 May 2021 13:19:37 +0000 (10:19 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 10 May 2021 12:01:00 +0000 (09:01 -0300)
commitb375bf2a4782694fe2cba984f1f7d5f0f0a006dc
treeeb19b936e0c6cd43da1e77734c0e410346f9f031
parentab34cab8b2b28c6382cc6c601080805e36bbcee1
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:

 2eb7dd50ae9be813 ("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>
tools/arch/x86/lib/memcpy_64.S
tools/arch/x86/lib/memset_64.S
tools/include/asm/alternative-asm.h [deleted file]
tools/include/asm/alternative.h [new file with mode: 0644]