x86: use the new generic strnlen_user() function
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 26 May 2012 18:09:53 +0000 (11:09 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 26 May 2012 18:33:54 +0000 (11:33 -0700)
commit5723aa993d83803157c22327e90cd59e3dcbe879
tree9b5cd120395a44bd59ce74552f33d372617a47b0
parenta08c5356a3aaf638c41897ae4169de18db89595e
x86: use the new generic strnlen_user() function

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

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/x86/Kconfig
arch/x86/include/asm/uaccess.h
arch/x86/include/asm/uaccess_32.h
arch/x86/include/asm/uaccess_64.h
arch/x86/lib/usercopy_32.c
arch/x86/lib/usercopy_64.c