linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / include / asm-generic / mman.h
index 010ced7..3b41d2b 100644 (file)
 #define MAP_ANON       MAP_ANONYMOUS
 #define MAP_FILE       0
 
-#ifdef __KERNEL__
-#ifndef arch_mmap_check
-#define arch_mmap_check(addr, len, flags)      (0)
-#endif
-#endif
-
 #endif