x86: move __get_user and __put_user into uaccess.h.
authorGlauber Costa <gcosta@redhat.com>
Wed, 25 Jun 2008 17:43:30 +0000 (14:43 -0300)
committerIngo Molnar <mingo@elte.hu>
Wed, 9 Jul 2008 07:14:27 +0000 (09:14 +0200)
commit8cb834e99f44bd56409b794504ae2b170675fc92
tree32cacbbad4c5948d55068cc948ed4d7c8d27d722
parente30a44fdbf11c7ca3a0096d71790f176a4a09e03
x86: move __get_user and __put_user into uaccess.h.

We also carry the unaligned version with us. Only x86_64 uses
it, but there's no problem in defining it.

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