Commit 8135d16b authored by Greg Ungerer's avatar Greg Ungerer Committed by Linus Torvalds

[PATCH] m68knommu definition of TASK_UNMAPPED_BASE

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.
parent 7329a7cd
...@@ -49,6 +49,12 @@ extern inline void wrusp(unsigned long usp) ...@@ -49,6 +49,12 @@ extern inline void wrusp(unsigned long usp)
*/ */
#define TASK_SIZE (0xF0000000UL) #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 * Bus types
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment