patch-2.4.21 linux-2.4.21/include/asm-sh/page.h
Next file: linux-2.4.21/include/asm-sh/processor.h
Previous file: linux-2.4.21/include/asm-sh/ide.h
Back to the patch index
Back to the overall index
-  Lines: 10
-  Date:
2003-06-13 07:51:38.000000000 -0700
-  Orig file: 
linux-2.4.20/include/asm-sh/page.h
-  Orig date: 
2001-09-08 12:29:09.000000000 -0700
diff -urN linux-2.4.20/include/asm-sh/page.h linux-2.4.21/include/asm-sh/page.h
@@ -88,6 +88,9 @@
 
 #define virt_to_page(kaddr)	phys_to_page(__pa(kaddr))
 
+#define VM_DATA_DEFAULT_FLAGS	(VM_READ | VM_WRITE | VM_EXEC | \
+				 VM_MAYREAD | VM_MAYWRITE | VM_MAYEXEC)
+
 #ifndef __ASSEMBLY__
 
 /*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)