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

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)