From: Benjamin Herrenschmidt Date: Fri, 12 Jun 2009 06:46:47 +0000 (+1000) Subject: powerpc: Fix bug in move of altivec code to vector.S X-Git-Tag: v2.6.31-rc1~331^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37f9ef553bed630957e025504cdcbc76f5de49d5;p=pandora-kernel.git powerpc: Fix bug in move of altivec code to vector.S The patch that moved to vector.S and made common between 32 and 64-bit the altivec code had a nasty bug on 32-bit (did I really test that ?) which causes the kernel to blr back into userspace ... oops :-) Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed