commit | 8e4bdc699bf32c58bfff7b2bfac204a6bf5efb69 | [log] [tgz] |
---|---|---|
author | Michael Ellerman <mpe@ellerman.id.au> | Tue Jul 31 22:08:42 2018 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Wed Aug 08 00:32:28 2018 +1000 |
tree | 96d600c4f4061aeaaa3644f5ae0e1036ab65a1be | |
parent | edba42cd14dbb0cc8b48cf786b006ac5da4cd9a7 [diff] |
selftests/powerpc: Add more version checks to alignment_handler test The alignment_handler is documented to only work on Power8/Power9, but we can make it run on older CPUs by guarding more of the tests with feature checks. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Reviewed-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>