From: Alan Curry Date: Wed, 22 Feb 2006 06:42:37 +0000 (-0500) Subject: [PATCH] powerpc: fix altivec_unavailable_exception Oopses X-Git-Tag: v2.6.16-rc5~55^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1434a4854407a262d194411245eb9ee66221f90;p=pandora-kernel.git [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: Alan Curry Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed