patch-2.4.19 linux-2.4.19/include/asm-cris/page.h
Next file: linux-2.4.19/include/asm-cris/pgtable.h
Previous file: linux-2.4.19/include/asm-cris/ioctls.h
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Fri Aug 2 17:39:45 2002
- Orig file:
linux-2.4.18/include/asm-cris/page.h
- Orig date:
Tue Feb 13 14:13:44 2001
diff -urN linux-2.4.18/include/asm-cris/page.h linux-2.4.19/include/asm-cris/page.h
@@ -112,6 +112,9 @@
extern unsigned long dram_start, dram_end;
+#define VM_DATA_DEFAULT_FLAGS (VM_READ | VM_WRITE | VM_EXEC | \
+ VM_MAYREAD | VM_MAYWRITE | VM_MAYEXEC)
+
#endif /* __KERNEL__ */
#endif /* _CRIS_PAGE_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)