From: Michael Neuling Date: Fri, 11 Jul 2008 06:29:12 +0000 (+1000) Subject: powerpc: fix giveup_vsx to save registers correctly X-Git-Tag: v2.6.27-rc1~1058^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c29217096d83f657e6ee70479af09b46f4275f6;p=pandora-kernel.git powerpc: fix giveup_vsx to save registers correctly giveup_vsx didn't save the FPU and VMX regsiters. Change it to be like giveup_fpr/altivec which save these registers. Also update call sites where FPU and VMX are already saved to use the original giveup_vsx (renamed to __giveup_vsx). Signed-off-by: Michael Neuling Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed