]> Pileus Git - ~andy/linux/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)
commitad2fc2cd925300b8127cf682f5a1c7511ae9dd27
tree0f5acf66a1bbe931739d35583f1a80872bf37155
parent1129585a08baf58582c0da91e572cb29e3179acf
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