]> git.hungrycats.org Git - linux/commitdiff
[PATCH] Add TASK_UNMAPPED_BASE for v850
authorMiles Bader <miles@lsi.nec.co.jp>
Tue, 26 Nov 2002 13:20:20 +0000 (05:20 -0800)
committerLinus Torvalds <torvalds@home.transmeta.com>
Tue, 26 Nov 2002 13:20:20 +0000 (05:20 -0800)
Add TASK_UNMAPPED_BASE for v850

include/asm-v850/processor.h

index af4e6f281fda93f9a0653d5f2f4d004791ac3398..714b384412c6e26702e1a1b698edaa029c576e6c 100644 (file)
  */
 #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__