diff options
author | Christophe Leroy <christophe.leroy@c-s.fr> | 2018-07-05 19:25:01 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2018-07-30 15:48:17 +0300 |
commit | 2c86cd188f8a5631f3d75a1dea14d22df85189b4 (patch) | |
tree | 025e510205b3e2d750bef0c25707bea900082caa /tools | |
parent | 5c35a02c545a7bbe77f3a1ae337d9e29beed079b (diff) | |
download | linux-2c86cd188f8a5631f3d75a1dea14d22df85189b4.tar.xz |
powerpc: clean inclusions of asm/feature-fixups.h
files not using feature fixup don't need asm/feature-fixups.h
files using feature fixup need asm/feature-fixups.h
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testing/selftests/powerpc/copyloops/asm/feature-fixups.h | 0 | ||||
l--------- | tools/testing/selftests/powerpc/primitives/asm/feature-fixups.h | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/powerpc/copyloops/asm/feature-fixups.h b/tools/testing/selftests/powerpc/copyloops/asm/feature-fixups.h new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/tools/testing/selftests/powerpc/copyloops/asm/feature-fixups.h diff --git a/tools/testing/selftests/powerpc/primitives/asm/feature-fixups.h b/tools/testing/selftests/powerpc/primitives/asm/feature-fixups.h new file mode 120000 index 000000000000..8dc6d4d46e8e --- /dev/null +++ b/tools/testing/selftests/powerpc/primitives/asm/feature-fixups.h @@ -0,0 +1 @@ +../../../../../../arch/powerpc/include/asm/feature-fixups.h
\ No newline at end of file |