Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1138
b: refs/heads/master
c: 637716a
h: refs/heads/master
v: v3
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed May 17, 2005
1 parent 29e3fb2 commit 76625d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 10ffdbb8d605be88b148f127ec86452f1364d4f0
refs/heads/master: 637716a3825e186555361574aa1fa3c0ebf8018b
4 changes: 2 additions & 2 deletions trunk/include/asm-x86_64/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ static inline void clear_in_cr4 (unsigned long mask)


/*
* User space process size. 47bits.
* User space process size. 47bits minus one guard page.
*/
#define TASK_SIZE (0x800000000000UL)
#define TASK_SIZE (0x800000000000UL - 4096)

/* This decides where the kernel will search for a free chunk of vm
* space during mmap's.
Expand Down

0 comments on commit 76625d0

Please sign in to comment.