Michael Neuling writes:
> diff --git a/tools/testing/selftests/powerpc/tm/tm-vmx-unavail.c
> b/tools/testing/selftests/powerpc/tm/tm-vmx-unavail.c
> new file mode 100644
> index 00..137185ba49
> --- /dev/null
> +++ b/tools/testing/selftests/powerpc/tm/tm-vmx-unavail.c
> @@ -0,0 +1,118 @@
On Mon, 2017-05-08 at 17:16 +1000, Michael Neuling wrote:
> Test that the VMX checkpointed register state is maintained when a VMX
> unavailable exception is taken during a transaction.
>
> Thanks to Breno Leitao and
> Gustavo Bueno Romero for the original test this
> is based heavily on.
>
Go
Test that the VMX checkpointed register state is maintained when a VMX
unavailable exception is taken during a transaction.
Thanks to Breno Leitao and
Gustavo Bueno Romero for the original test this
is based heavily on.
Signed-off-by: Michael Neuling
---
tools/testing/selftests/powerpc/tm/Mak