powerpc: Fix uninitialised variable in VSX alignment code
authorMichael Neuling <mikey@neuling.org>
Thu, 28 Aug 2008 04:57:39 +0000 (14:57 +1000)
committerPaul Mackerras <paulus@samba.org>
Wed, 3 Sep 2008 10:53:14 +0000 (20:53 +1000)
commit78fbc824ed8225edd80cdc57771d5ca4f7aae95e
tree8184d59dc1ce0aec27fa5dd6404cd451dba0136c
parentd26acd92fa990764b72608a68224f46fac377032
powerpc: Fix uninitialised variable in VSX alignment code

This fixes an uninitialised variable in the VSX alignment code.  It can
cause warnings from GCC (noticed with gcc-4.1.1).  Gcc is actually
correct in this instance, and this bug could cause the alignment
interrupt handler to send a SIGSEGV to the process on a legitimate
access.

Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/align.c