From: Benjamin Herrenschmidt Date: Tue, 2 Jun 2009 21:17:37 +0000 (+0000) Subject: powerpc: Move VMX and VSX asm code to vector.S X-Git-Tag: v2.6.31-rc1~331^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e821ea70f3b4873b50056a1e0f74befed1014c09;p=pandora-kernel.git powerpc: Move VMX and VSX asm code to vector.S Currently, load_up_altivec and give_up_altivec are duplicated in 32-bit and 64-bit. This creates a common implementation that is moved away from head_32.S, head_64.S and misc_64.S and into vector.S, using the same macros we already use for our common implementation of load_up_fpu. I also moved the VSX code over to vector.S though in that case I didn't make it build on 32-bit (yet). Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed