diff options
author | Santosh Sivaraj <santosh@fossix.org> | 2019-09-04 03:13:59 +0530 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2019-09-12 09:27:00 +1000 |
commit | 6f62a8223e65c0571e48225d5d7e56de95225bae (patch) | |
tree | 289ff5946d3c92ef4baab0684d82afbc492e8e52 /tools/testing/selftests/powerpc/copyloops/asm/export.h | |
parent | 20055a8bfaaa75f2cb9c23ecc8ab12b4abd8dc84 (diff) |
seltests/powerpc: Add a selftest for memcpy_mcsafe
Appropriate self tests for memcpy_mcsafe
Suggested-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Santosh Sivaraj <santosh@fossix.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20190903214359.23887-2-santosh@fossix.org
Diffstat (limited to 'tools/testing/selftests/powerpc/copyloops/asm/export.h')
-rw-r--r-- | tools/testing/selftests/powerpc/copyloops/asm/export.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/powerpc/copyloops/asm/export.h b/tools/testing/selftests/powerpc/copyloops/asm/export.h index 05c1663c89b0..e6b80d5fbd14 100644 --- a/tools/testing/selftests/powerpc/copyloops/asm/export.h +++ b/tools/testing/selftests/powerpc/copyloops/asm/export.h @@ -1,3 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0 */ #define EXPORT_SYMBOL(x) +#define EXPORT_SYMBOL_GPL(x) #define EXPORT_SYMBOL_KASAN(x) |