Skip to content
Commit 06236f4e authored by Michael Ellerman's avatar Michael Ellerman
Browse files

selftests/powerpc: Abort load_unaligned_zeropad on unhandled SEGV



If the load unaligned zeropad test takes a SEGV which can't be handled,
we increment segv_error, print the offending NIP and then return without
taking any further action. In almost all cases this means we'll just
take the SEGV again, and loop eternally spamming the console.

Instead just abort(), it's a fatal error in the test. The test harness
will notice that the child died and print a nice message for us.

Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 9f751b82
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment