Re: [PATCH 1/5] powerpc: Move VMX and VSX asm code to vector.S

2009-12-08 Thread Wolfgang Denk
Dear Benjamin Herrenschmidt, In message <20090603071751.af006dd...@ozlabs.org> you wrote: > 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, u

[PATCH 1/5] powerpc: Move VMX and VSX asm code to vector.S

2009-06-03 Thread Benjamin Herrenschmidt
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

[PATCH 1/5] powerpc: Move VMX and VSX asm code to vector.S

2009-06-02 Thread Benjamin Herrenschmidt
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