diff options
author | Andrew Donnellan <andrew.donnellan@au1.ibm.com> | 2017-10-16 16:04:02 +1100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2018-01-22 05:48:34 +1100 |
commit | 8d1915873d492b8e1f03bbcab527db62a8d49542 (patch) | |
tree | 04130f96b9f33e39652d7b1455c5ca165afd036a /tools/testing/selftests/powerpc/alignment/Makefile | |
parent | 57ad583f2086d55ada284c54bfc440123cf73964 (diff) | |
download | linux-8d1915873d492b8e1f03bbcab527db62a8d49542.tar.bz2 |
selftests/powerpc: Add alignment handler selftest
Add a selftest to exercise the powerpc alignment fault handler.
Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
[mpe: Add 32-bit support to the signal handler]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'tools/testing/selftests/powerpc/alignment/Makefile')
-rw-r--r-- | tools/testing/selftests/powerpc/alignment/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/testing/selftests/powerpc/alignment/Makefile b/tools/testing/selftests/powerpc/alignment/Makefile index 16b22004e75f..083a48a008b4 100644 --- a/tools/testing/selftests/powerpc/alignment/Makefile +++ b/tools/testing/selftests/powerpc/alignment/Makefile @@ -1,4 +1,5 @@ -TEST_GEN_PROGS := copy_unaligned copy_first_unaligned paste_unaligned paste_last_unaligned +TEST_GEN_PROGS := copy_unaligned copy_first_unaligned paste_unaligned \ + paste_last_unaligned alignment_handler include ../../lib.mk |