x86: merge __get_user_asm and its users.
authorGlauber Costa <gcosta@redhat.com>
Wed, 25 Jun 2008 15:48:47 +0000 (12:48 -0300)
committerIngo Molnar <mingo@elte.hu>
Wed, 9 Jul 2008 07:14:24 +0000 (09:14 +0200)
commit3f168221167ca7a844fde3bf58e1c7ca0bf9741e
treeca51b618a7319488049b151d9e03d899170106df
parent6fd4725d75c5049641640ce23fa5896501dfbd42
x86: merge __get_user_asm and its users.

Move __get_user_asm and __get_user_size and __get_user_nocheck
to uaccess.h. This requires us to define a macro at __get_user_size
for the 64-bit access case.

Signed-off-by: Glauber Costa <gcosta@redhat.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/asm-x86/uaccess.h
include/asm-x86/uaccess_32.h
include/asm-x86/uaccess_64.h