Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88884
b: refs/heads/master
c: a5ae1c3
h: refs/heads/master
v: v3
  • Loading branch information
Cyrill Gorcunov authored and Ingo Molnar committed Apr 17, 2008
1 parent bf374b1 commit 3d4e148
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 0054f4b708d21bd0032480cf7309d17753bc17bb
refs/heads/master: a5ae1c372dc5bbaee905bcede524d7180d22b362
2 changes: 1 addition & 1 deletion trunk/include/asm-x86/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ extern unsigned long thread_saved_pc(struct task_struct *tsk);
/*
* 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
* space during mmap's.
Expand Down

0 comments on commit 3d4e148

Please sign in to comment.