diff options
author | Glauber Costa <gcosta@redhat.com> | 2008-06-25 10:08:51 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-09 03:14:19 -0400 |
commit | 002ca1690c3d0a495e6aedd608281aeb01ce6385 (patch) | |
tree | b44eacf9cb730b3a3f47e0f3848fac43f68af97e /include/asm-x86/uaccess_32.h | |
parent | 865e5b76505cdade261773bde32f785b3ce579f1 (diff) |
x86: move __addr_ok to uaccess.h.
Take it out of uaccess_32.h. Since it seems that no users
of the x86_64 exists, we simply pick the i386 version.
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>
Diffstat (limited to 'include/asm-x86/uaccess_32.h')
-rw-r--r-- | include/asm-x86/uaccess_32.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-x86/uaccess_32.h b/include/asm-x86/uaccess_32.h index 3cc323694438..87b1aede9d4b 100644 --- a/include/asm-x86/uaccess_32.h +++ b/include/asm-x86/uaccess_32.h | |||
@@ -20,10 +20,6 @@ extern struct movsl_mask { | |||
20 | } ____cacheline_aligned_in_smp movsl_mask; | 20 | } ____cacheline_aligned_in_smp movsl_mask; |
21 | #endif | 21 | #endif |
22 | 22 | ||
23 | #define __addr_ok(addr) \ | ||
24 | ((unsigned long __force)(addr) < \ | ||
25 | (current_thread_info()->addr_limit.seg)) | ||
26 | |||
27 | extern void __put_user_bad(void); | 23 | extern void __put_user_bad(void); |
28 | 24 | ||
29 | /* | 25 | /* |