]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitcf4c39920f08e11f1bd7766327103e6bc8b9e6dc
tree75e9c0fc8b832b0f9f2fe3ff41e3ae2c26036292
parent5157ab94068969b46fc6d21d74c84fb21f485cf6
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]