]> git.karo-electronics.de Git - karo-tx-linux.git/commit
powerpc/vsx: Fix VSX alignment handler for regs 32-63
authorMichael Neuling <mikey@neuling.org>
Thu, 12 Feb 2009 19:08:58 +0000 (19:08 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 20 Feb 2009 22:36:54 +0000 (14:36 -0800)
commit308151183cd07fc0cbce0404dbd04259ac9d2a41
tree19de525ba25f5bdce1ef51363c4949fa481233fd
parent06d36fce36d9b5bd879f92db2dfe5ce755389d53
powerpc/vsx: Fix VSX alignment handler for regs 32-63

commit 26456dcfb8d8e43b1b64b2a14710694cf7a72f05 upstream.

Fix the VSX alignment handler for VSX registers > 32.  32-63 are stored
in the VMX part of the thread_struct not the FPR part.

Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/powerpc/kernel/align.c