summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/powerpc/alignment/copy_paste_unaligned_common.h
AgeCommit message (Collapse)AuthorFilesLines
2018-07-20selftests/powerpc: Consolidate copy/paste test logicMichael Ellerman1-26/+0
This logic was shared between multiple tests, but now that we have removed all but one of them we can just move it into that test. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
2016-07-05selftests/powerpc: Test unaligned copy and pasteChris Smart1-0/+26
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>