diff options
author | Anton Blanchard <anton@samba.org> | 2012-05-29 19:31:24 +0000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2012-07-03 14:14:43 +1000 |
commit | 6f7839e542ee18770288be75114bd2e6771e1421 (patch) | |
tree | def074cab8abe5058533d90e88f82a61e91ce803 /arch/powerpc/lib/Makefile | |
parent | ac1dc36558da25934f83a2871b9e70239a987351 (diff) | |
download | op-kernel-dev-6f7839e542ee18770288be75114bd2e6771e1421.zip op-kernel-dev-6f7839e542ee18770288be75114bd2e6771e1421.tar.gz |
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>
Diffstat (limited to 'arch/powerpc/lib/Makefile')
-rw-r--r-- | arch/powerpc/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/lib/Makefile b/arch/powerpc/lib/Makefile index f049e33..1eb94c7 100644 --- a/arch/powerpc/lib/Makefile +++ b/arch/powerpc/lib/Makefile @@ -24,7 +24,7 @@ obj-$(CONFIG_HAVE_HW_BREAKPOINT) += sstep.o ldstfp.o ifeq ($(CONFIG_PPC64),y) obj-$(CONFIG_SMP) += locks.o -obj-$(CONFIG_ALTIVEC) += copyuser_power7_vmx.o +obj-$(CONFIG_ALTIVEC) += vmx-helper.o endif obj-$(CONFIG_PPC_LIB_RHEAP) += rheap.o |