diff options
author | Cyril Bur <cyrilbur@gmail.com> | 2016-09-23 16:18:21 +1000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2016-10-04 20:33:14 +1100 |
commit | 5ca4ffcd5cee39af6b0b3ccfea59ebfffb5c2ad5 (patch) | |
tree | cd28250646fa15099fc6ce26f6c8ba404cda0014 /tools/testing/selftests/powerpc/tm/Makefile | |
parent | f10d4424b20c101f3b4dd599819083e1e4b5a3fa (diff) | |
download | blackbird-op-linux-5ca4ffcd5cee39af6b0b3ccfea59ebfffb5c2ad5.tar.gz blackbird-op-linux-5ca4ffcd5cee39af6b0b3ccfea59ebfffb5c2ad5.zip |
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>
Diffstat (limited to 'tools/testing/selftests/powerpc/tm/Makefile')
-rw-r--r-- | tools/testing/selftests/powerpc/tm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/powerpc/tm/Makefile b/tools/testing/selftests/powerpc/tm/Makefile index e1204f6f9175..d5d983f991a4 100644 --- a/tools/testing/selftests/powerpc/tm/Makefile +++ b/tools/testing/selftests/powerpc/tm/Makefile @@ -1,4 +1,4 @@ -SIGNAL_CONTEXT_CHK_TESTS := tm-signal-context-chk-gpr +SIGNAL_CONTEXT_CHK_TESTS := tm-signal-context-chk-gpr tm-signal-context-chk-fpu TEST_PROGS := tm-resched-dscr tm-syscall tm-signal-msr-resv tm-signal-stack \ tm-vmxcopy tm-fork tm-tar tm-tmspr $(SIGNAL_CONTEXT_CHK_TESTS) |