]> asedeno.scripts.mit.edu Git - linux.git/commit
selftests/powerpc: Move shared headers into new include dir
authorSimon Guo <wei.guo.simon@gmail.com>
Fri, 30 Sep 2016 02:32:51 +0000 (10:32 +0800)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 17 Nov 2016 06:11:47 +0000 (17:11 +1100)
commit15ec3997aa3bffc461f7b47ca9365d4b0323c671
tree60fe7489443c2b596d7f8bda2106444d98214439
parentefe71a67b5aa89e0348ac862ca92a57d98d3fd8d
selftests/powerpc: Move shared headers into new include dir

There are some functions, especially register related, which can
be shared across multiple selftests/powerpc test directories.

This patch creates a new include directory to store those shared
files, so that the file layout becomes more neat.

Signed-off-by: Simon Guo <wei.guo.simon@gmail.com>
[mpe: Reworked to move the headers only]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
19 files changed:
tools/testing/selftests/powerpc/Makefile
tools/testing/selftests/powerpc/benchmarks/context_switch.c
tools/testing/selftests/powerpc/copyloops/validate.c
tools/testing/selftests/powerpc/include/basic_asm.h [moved from tools/testing/selftests/powerpc/basic_asm.h with 66% similarity]
tools/testing/selftests/powerpc/include/fpu_asm.h [moved from tools/testing/selftests/powerpc/fpu_asm.h with 100% similarity]
tools/testing/selftests/powerpc/include/gpr_asm.h [moved from tools/testing/selftests/powerpc/gpr_asm.h with 100% similarity]
tools/testing/selftests/powerpc/include/instructions.h [moved from tools/testing/selftests/powerpc/instructions.h with 100% similarity]
tools/testing/selftests/powerpc/include/reg.h [moved from tools/testing/selftests/powerpc/reg.h with 100% similarity]
tools/testing/selftests/powerpc/include/subunit.h [moved from tools/testing/selftests/powerpc/subunit.h with 100% similarity]
tools/testing/selftests/powerpc/include/utils.h [moved from tools/testing/selftests/powerpc/utils.h with 100% similarity]
tools/testing/selftests/powerpc/include/vmx_asm.h [moved from tools/testing/selftests/powerpc/vmx_asm.h with 100% similarity]
tools/testing/selftests/powerpc/include/vsx_asm.h [moved from tools/testing/selftests/powerpc/vsx_asm.h with 100% similarity]
tools/testing/selftests/powerpc/math/fpu_asm.S
tools/testing/selftests/powerpc/math/vmx_asm.S
tools/testing/selftests/powerpc/math/vsx_asm.S
tools/testing/selftests/powerpc/signal/signal.S
tools/testing/selftests/powerpc/stringloops/memcmp.c
tools/testing/selftests/powerpc/tm/tm-signal.S
tools/testing/selftests/powerpc/tm/tm.h