patch-2.4.0-test12 linux/include/asm-arm/arch-arc/memory.h
Next file: linux/include/asm-arm/arch-arc/processor.h
Previous file: linux/include/asm-alpha/pgtable.h
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Mon Nov 27 17:07:59 2000
- Orig file:
v2.4.0-test11/linux/include/asm-arm/arch-arc/memory.h
- Orig date:
Sun Oct 8 10:50:33 2000
diff -u --recursive --new-file v2.4.0-test11/linux/include/asm-arm/arch-arc/memory.h linux/include/asm-arm/arch-arc/memory.h
@@ -22,6 +22,12 @@
#define TASK_SIZE_26 (0x01a00000UL)
/*
+ * This decides where the kernel will search for a free chunk of vm
+ * space during mmap's.
+ */
+#define TASK_UNMAPPED_BASE (TASK_SIZE / 3)
+
+/*
* Page offset: 32MB
*/
#define PAGE_OFFSET (0x02000000UL)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)