Commit eab54a3f authored by Miles Bader's avatar Miles Bader Committed by Linus Torvalds

[PATCH] Add TASK_UNMAPPED_BASE for v850

Add TASK_UNMAPPED_BASE for v850
parent 38f33b37
...@@ -30,6 +30,12 @@ ...@@ -30,6 +30,12 @@
*/ */
#define TASK_SIZE (0xFFFFFFFF) #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__ #ifndef __ASSEMBLY__
......
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