commit | 5ca4ffcd5cee39af6b0b3ccfea59ebfffb5c2ad5 | [log] [tgz] |
---|---|---|
author | Cyril Bur <cyrilbur@gmail.com> | Fri Sep 23 16:18:21 2016 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Oct 04 20:33:14 2016 +1100 |
tree | cd28250646fa15099fc6ce26f6c8ba404cda0014 | |
parent | f10d4424b20c101f3b4dd599819083e1e4b5a3fa [diff] |
selftests/powerpc: Add checks for transactional FPUs in signal contexts If a thread receives a signal while transactional the kernel creates a second context to show the transactional state of the process. This test loads some known values and waits for a signal and confirms that the expected values are in the signal context. Signed-off-by: Cyril Bur <cyrilbur@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>