This commit was manufactured by cvs2svn to create branch
[linux-2.6.git] / include / asm-m68k / page.h
index 99a5167..3fa5600 100644 (file)
@@ -190,6 +190,8 @@ static inline void *__va(unsigned long x)
 #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 /* _M68K_PAGE_H */