Skip to content
Commit f1434a48 authored by Alan Curry's avatar Alan Curry Committed by Paul Mackerras
Browse files

[PATCH] powerpc: fix altivec_unavailable_exception Oopses



altivec_unavailable_exception is called without setting r3... it looks like
the r3 that actually gets passed in as struct pt_regs *regs is the
undisturbed value of r3 at the time the altivec instruction was encountered.
The user actually gets to choose the pt_regs printed in the Oops!

This fixes the oops by passing the correct pt_regs pointer to
altivec_unavailable_exception.

Signed-off-by: default avatarAlan Curry <pacman@TheWorld.com>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 01aaed9d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment