]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc: Rename copyuser_power7_vmx.c to vmx-helper.c
authorAnton Blanchard <anton@samba.org>
Tue, 29 May 2012 19:31:24 +0000 (19:31 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 3 Jul 2012 04:14:43 +0000 (14:14 +1000)
commit6f7839e542ee18770288be75114bd2e6771e1421
treedef074cab8abe5058533d90e88f82a61e91ce803
parentac1dc36558da25934f83a2871b9e70239a987351
powerpc: Rename copyuser_power7_vmx.c to vmx-helper.c

Subsequent patches will add more VMX library functions and it makes
sense to keep all the c-code helper functions in the one file.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/lib/Makefile
arch/powerpc/lib/copyuser_power7.S
arch/powerpc/lib/vmx-helper.c [moved from arch/powerpc/lib/copyuser_power7_vmx.c with 96% similarity]