]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-x86/uaccess.h
x86: define architectural characteristics in uaccess.h.
[linux-2.6-omap-h63xx.git] / include / asm-x86 / uaccess.h
index 0c4ab788d0171ad07131a8271a266f9e22eabe32..f6fa4d841bbcd3cbd552bb205c84facc688bf050 100644 (file)
@@ -441,9 +441,12 @@ extern struct movsl_mask {
 } ____cacheline_aligned_in_smp movsl_mask;
 #endif
 
+#define ARCH_HAS_NOCACHE_UACCESS 1
+
 #ifdef CONFIG_X86_32
 # include "uaccess_32.h"
 #else
+# define ARCH_HAS_SEARCH_EXTABLE
 # include "uaccess_64.h"
 #endif