]> git.baikalelectronics.ru Git - kernel.git/commit
selftests/powerpc: Test unaligned copy and paste
authorChris Smart <chris@distroguy.com>
Thu, 16 Jun 2016 23:34:47 +0000 (09:34 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 5 Jul 2016 13:49:51 +0000 (23:49 +1000)
commitc1ce3c367492346932ff48610e93133ee575cbcd
treeee4d78c9d440e0505c347212d5eb945302558d1b
parentd4ba25f22ec930208fed660ed8fadd394ed5d3b0
selftests/powerpc: Test unaligned copy and paste

Test that an ISA 3.0 compliant machine performing an unaligned copy,
copy_first, paste or paste_last is sent a SIGBUS.

Signed-off-by: Chris Smart <chris@distroguy.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
tools/testing/selftests/powerpc/Makefile
tools/testing/selftests/powerpc/alignment/.gitignore [new file with mode: 0644]
tools/testing/selftests/powerpc/alignment/Makefile [new file with mode: 0644]
tools/testing/selftests/powerpc/alignment/copy_first_unaligned.c [new file with mode: 0644]
tools/testing/selftests/powerpc/alignment/copy_paste_unaligned_common.c [new file with mode: 0644]
tools/testing/selftests/powerpc/alignment/copy_paste_unaligned_common.h [new file with mode: 0644]
tools/testing/selftests/powerpc/alignment/copy_unaligned.c [new file with mode: 0644]
tools/testing/selftests/powerpc/alignment/paste_last_unaligned.c [new file with mode: 0644]
tools/testing/selftests/powerpc/alignment/paste_unaligned.c [new file with mode: 0644]
tools/testing/selftests/powerpc/instructions.h [new file with mode: 0644]