OSDN Git Service

x86: get rid of small constant size cases in raw_copy_{to,from}_user()
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 15 Feb 2020 16:46:30 +0000 (11:46 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 18 Mar 2020 19:53:25 +0000 (15:53 -0400)
commit4b842e4e25b12951fa10dedb4bc16bc47e3b850c
treef8ef35539d2ff303275d19182770732d4e053d0e
parent71c3313a38aa09339a2442809e658fd233ab0757
x86: get rid of small constant size cases in raw_copy_{to,from}_user()

Very few call sites where that would be triggered remain, and none
of those is anywhere near hot enough to bother.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/x86/include/asm/uaccess.h
arch/x86/include/asm/uaccess_32.h
arch/x86/include/asm/uaccess_64.h