summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/powerpc/alignment/paste_unaligned.c
AgeCommit message (Collapse)AuthorFilesLines
2018-07-20selftests/powerpc: Remove Power9 paste testsMichael Ellerman1-43/+0
Paste on POWER9 only works to accelerators and not on real memory. So these tests just generate a SIGILL. So just delete them. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Acked-by: Michael Neuling <mikey@neuling.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
2016-07-05selftests/powerpc: Test unaligned copy and pasteChris Smart1-0/+43
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>