aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/asm-x86/processor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/processor.h b/include/asm-x86/processor.h
index 40227c9bf51..b0dece41dbc 100644
--- a/include/asm-x86/processor.h
+++ b/include/asm-x86/processor.h
@@ -870,7 +870,7 @@ extern unsigned long thread_saved_pc(struct task_struct *tsk);
870/* 870/*
871 * User space process size. 47bits minus one guard page. 871 * User space process size. 47bits minus one guard page.
872 */ 872 */
873#define TASK_SIZE64 (0x800000000000UL - 4096) 873#define TASK_SIZE64 ((1UL << 47) - PAGE_SIZE)
874 874
875/* This decides where the kernel will search for a free chunk of vm 875/* This decides where the kernel will search for a free chunk of vm
876 * space during mmap's. 876 * space during mmap's.