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>
7 lines
208 B
Makefile
7 lines
208 B
Makefile
TEST_GEN_PROGS := copy_unaligned copy_first_unaligned paste_unaligned \
|
|
paste_last_unaligned alignment_handler
|
|
|
|
include ../../lib.mk
|
|
|
|
$(TEST_GEN_PROGS): ../harness.c ../utils.c copy_paste_unaligned_common.c
|