diff options
Diffstat (limited to 'include/asm-arm/arch-shark/memory.h')
-rw-r--r-- | include/asm-arm/arch-shark/memory.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-arm/arch-shark/memory.h b/include/asm-arm/arch-shark/memory.h index d3ede01ec..96b24052a 100644 --- a/include/asm-arm/arch-shark/memory.h +++ b/include/asm-arm/arch-shark/memory.h @@ -17,6 +17,12 @@ #define TASK_SIZE_26 (0x04000000UL) /* + * This decides where the kernel will search for a free chunk of vm + * space during mmap's. + */ +#define TASK_UNMAPPED_BASE (TASK_SIZE / 3) + +/* * Page offset: = 3GB */ #define PAGE_OFFSET (0xC0000000UL) |