diff options
author | David S. Miller <davem@davemloft.net> | 2016-10-24 21:25:31 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-10-24 21:26:04 -0700 |
commit | 0fd0ff01d4c3c01e7fe69b762ee1a13236639acc (patch) | |
tree | e40f86d8730edbc2d48abb9c170c2faf6c6a36c1 /arch/sparc/lib/Makefile | |
parent | 614da3d9685b67917cab48c8452fd8bf93de0867 (diff) | |
download | linux-0fd0ff01d4c3c01e7fe69b762ee1a13236639acc.tar.gz linux-0fd0ff01d4c3c01e7fe69b762ee1a13236639acc.tar.bz2 linux-0fd0ff01d4c3c01e7fe69b762ee1a13236639acc.zip |
sparc64: Delete now unused user copy fixup functions.
Now that all of the user copy routines are converted to return
accurate residual lengths when an exception occurs, we no longer need
the broken fixup routines.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/lib/Makefile')
-rw-r--r-- | arch/sparc/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/lib/Makefile b/arch/sparc/lib/Makefile index 885f00e81d1a..69912d2f8b54 100644 --- a/arch/sparc/lib/Makefile +++ b/arch/sparc/lib/Makefile @@ -38,7 +38,7 @@ lib-$(CONFIG_SPARC64) += NG4patch.o NG4copy_page.o NG4clear_page.o NG4memset.o lib-$(CONFIG_SPARC64) += GENmemcpy.o GENcopy_from_user.o GENcopy_to_user.o lib-$(CONFIG_SPARC64) += GENpatch.o GENpage.o GENbzero.o -lib-$(CONFIG_SPARC64) += copy_in_user.o user_fixup.o memmove.o +lib-$(CONFIG_SPARC64) += copy_in_user.o memmove.o lib-$(CONFIG_SPARC64) += mcount.o ipcsum.o xor.o hweight.o ffs.o obj-$(CONFIG_SPARC64) += iomap.o |