Merge to Fedora Core 2 kernel-2.6.8-1.521
[linux-2.6.git] / include / asm-arm26 / page.h
index c334079..29f2836 100644 (file)
@@ -110,6 +110,8 @@ static inline int get_order(unsigned long size)
 #define VM_DATA_DEFAULT_FLAGS  (VM_READ | VM_WRITE | VM_EXEC | \
                                 VM_MAYREAD | VM_MAYWRITE | VM_MAYEXEC)
 
+#define devmem_is_allowed(x) 1
+
 #endif /* __KERNEL__ */
 
 #endif