Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136938
b: refs/heads/master
c: 7c178a2
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Feb 20, 2009
1 parent 3eba558 commit 7390a1e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: d951734654f76a370a89b4e531af9b765bd13541
refs/heads/master: 7c178a26d3e753d2a4346d3e4b8aa549d387f698
4 changes: 0 additions & 4 deletions trunk/arch/x86/mm/fault.c
Original file line number Diff line number Diff line change
Expand Up @@ -960,11 +960,7 @@ access_error(unsigned long error_code, int write, struct vm_area_struct *vma)

static int fault_in_kernel_space(unsigned long address)
{
#ifdef CONFIG_X86_32
return address >= TASK_SIZE;
#else
return address >= TASK_SIZE_MAX;
#endif
}

/*
Expand Down

0 comments on commit 7390a1e

Please sign in to comment.