sparc: use the new generic strnlen_user() function
authorDavid Miller <davem@davemloft.net>
Sat, 26 May 2012 18:14:27 +0000 (11:14 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 26 May 2012 18:33:54 +0000 (11:33 -0700)
commit2c66f623631709aa5f2e4c14c7e089682e7394a3
tree75e9c0fc8b832b0f9f2fe3ff41e3ae2c26036292
parent5723aa993d83803157c22327e90cd59e3dcbe879
sparc: use the new generic strnlen_user() function

This throws away the sparc-specific functions in favor of the generic
optimized version.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/sparc/Kconfig
arch/sparc/include/asm/uaccess_32.h
arch/sparc/include/asm/uaccess_64.h
arch/sparc/lib/Makefile
arch/sparc/lib/ksyms.c
arch/sparc/lib/strlen_user_32.S [deleted file]
arch/sparc/lib/strlen_user_64.S [deleted file]