aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/powerpc/math/.gitignore
diff options
context:
space:
mode:
authorCyril Bur <cyrilbur@gmail.com>2016-02-29 17:53:45 +1100
committerMichael Ellerman <mpe@ellerman.id.au>2016-03-02 23:34:47 +1100
commit48e8c571a4f86978c72c2aa799dc7436d1c38c77 (patch)
tree8d5515335385d378414a2e64c5585170f6ff1520 /tools/testing/selftests/powerpc/math/.gitignore
parentselftests/powerpc: Test preservation of FPU and VMX regs across preemption (diff)
downloadlinux-dev-48e8c571a4f86978c72c2aa799dc7436d1c38c77.tar.xz
linux-dev-48e8c571a4f86978c72c2aa799dc7436d1c38c77.zip
selftests/powerpc: Test FPU and VMX regs in signal ucontext
Load up the non volatile FPU and VMX regs and ensure that they are the expected value in a signal handler Signed-off-by: Cyril Bur <cyrilbur@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'tools/testing/selftests/powerpc/math/.gitignore')
-rw-r--r--tools/testing/selftests/powerpc/math/.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/selftests/powerpc/math/.gitignore b/tools/testing/selftests/powerpc/math/.gitignore
index 1a6f09ee85be..4fe13a439fd7 100644
--- a/tools/testing/selftests/powerpc/math/.gitignore
+++ b/tools/testing/selftests/powerpc/math/.gitignore
@@ -2,3 +2,5 @@ fpu_syscall
vmx_syscall
fpu_preempt
vmx_preempt
+fpu_signal
+vmx_signal