|
@@ -870,7 +870,7 @@ extern unsigned long thread_saved_pc(struct task_struct *tsk);
|
|
|
/*
|
|
/*
|
|
|
* User space process size. 47bits minus one guard page.
|
|
* User space process size. 47bits minus one guard page.
|
|
|
*/
|
|
*/
|
|
|
-#define TASK_SIZE64 (0x800000000000UL - 4096)
|
|
|
|
|
|
|
+#define TASK_SIZE64 ((1UL << 47) - PAGE_SIZE)
|
|
|
|
|
|
|
|
/* This decides where the kernel will search for a free chunk of vm
|
|
/* This decides where the kernel will search for a free chunk of vm
|
|
|
* space during mmap's.
|
|
* space during mmap's.
|