]> git.hungrycats.org Git - linux/commitdiff
[PATCH] m68knommu definition of TASK_UNMAPPED_BASE
authorGreg Ungerer <gerg@snapgear.com>
Sun, 15 Dec 2002 09:00:07 +0000 (01:00 -0800)
committerLinus Torvalds <torvalds@home.transmeta.com>
Sun, 15 Dec 2002 09:00:07 +0000 (01:00 -0800)
This patch adds a definition for TASK_UNMAPPED_BASE in m68knommu
process.h.  Recent changes need a definition for this, although its
value is unsed for nommu targets.

include/asm-m68knommu/processor.h

index 8d0b74d718ffd4db8e553c5b8fe347253ac4551c..4f975625f12a4653ea11a42b78744338881a328d 100644 (file)
@@ -49,6 +49,12 @@ extern inline void wrusp(unsigned long usp)
  */
 #define TASK_SIZE      (0xF0000000UL)
 
+/*
+ * 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
+
 /*
  * Bus types
  */