commit | 78fbc824ed8225edd80cdc57771d5ca4f7aae95e | [log] [tgz] |
---|---|---|
author | Michael Neuling <mikey@neuling.org> | Thu Aug 28 14:57:39 2008 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Wed Sep 03 20:53:14 2008 +1000 |
tree | 8184d59dc1ce0aec27fa5dd6404cd451dba0136c | |
parent | d26acd92fa990764b72608a68224f46fac377032 [diff] |
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>