]> git.baikalelectronics.ru Git - kernel.git/commit
x86: fix copy_user on x86
authorVitaly Mayatskikh <v.mayatskih@gmail.com>
Wed, 2 Jul 2008 13:53:13 +0000 (15:53 +0200)
committerIngo Molnar <mingo@elte.hu>
Wed, 9 Jul 2008 13:51:16 +0000 (15:51 +0200)
commit0b7f644397e384aaf936e7c8703f777b04c346eb
tree0f5acf66a1bbe931739d35583f1a80872bf37155
parentbe496e8ca74312f62cca868e82318fe83b51d4b0
x86: fix copy_user on x86

Switch copy_user_generic_string(), copy_user_generic_unrolled() and
__copy_user_nocache() from custom tail handlers to generic
copy_user_tail_handle().

Signed-off-by: Vitaly Mayatskikh <v.mayatskih@gmail.com>
Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/lib/copy_user_64.S
arch/x86/lib/copy_user_nocache_64.S