summaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-sa1100/memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm/arch-sa1100/memory.h')
-rw-r--r--include/asm-arm/arch-sa1100/memory.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-arm/arch-sa1100/memory.h b/include/asm-arm/arch-sa1100/memory.h
index 28c4015c5..9aa94003d 100644
--- a/include/asm-arm/arch-sa1100/memory.h
+++ b/include/asm-arm/arch-sa1100/memory.h
@@ -15,6 +15,12 @@
#define TASK_SIZE_26 (0x04000000UL)
/*
+ * 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: 3GB
*/
#define PAGE_OFFSET (0xc0000000UL)