summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiles Bader <miles@lsi.nec.co.jp>2002-11-26 05:20:20 -0800
committerLinus Torvalds <torvalds@home.transmeta.com>2002-11-26 05:20:20 -0800
commiteab54a3f30ed7934d45bfb377d8db08325d6dbe5 (patch)
tree084f484ff60a6f4fc593a95cecdb07396e496196
parent38f33b379da9830c30ea6fb28d2106ffd849c93b (diff)
[PATCH] Add TASK_UNMAPPED_BASE for v850
Add TASK_UNMAPPED_BASE for v850
-rw-r--r--include/asm-v850/processor.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-v850/processor.h b/include/asm-v850/processor.h
index af4e6f281fda..714b384412c6 100644
--- a/include/asm-v850/processor.h
+++ b/include/asm-v850/processor.h
@@ -30,6 +30,12 @@
*/
#define TASK_SIZE (0xFFFFFFFF)
+/*
+ * This decides where the kernel will search for a free chunk of vm
+ * space during mmap's. We won't be using it.
+ */
+#define TASK_UNMAPPED_BASE 0
+
#ifndef __ASSEMBLY__