Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231289
b: refs/heads/master
c: 6cde6d4
h: refs/heads/master
i:
  231287: 065553f
v: v3
  • Loading branch information
Will Deacon authored and Russell King committed Jan 11, 2011
1 parent 7fd4217 commit 0ec77b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: edc4d272551594729f63ca4cde1612608494091f
refs/heads/master: 6cde6d4217ff01422c093d3f7ff550b7a324e96e
2 changes: 2 additions & 0 deletions trunk/arch/arm/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,7 @@ unsigned long arch_randomize_brk(struct mm_struct *mm)
return randomize_range(mm->brk, range_end, 0) ? : mm->brk;
}

#ifdef CONFIG_MMU
/*
* The vectors page is always readable from user space for the
* atomic helpers and the signal restart code. Let's declare a mapping
Expand All @@ -503,3 +504,4 @@ const char *arch_vma_name(struct vm_area_struct *vma)
{
return (vma->vm_start == 0xffff0000) ? "[vectors]" : NULL;
}
#endif

0 comments on commit 0ec77b7

Please sign in to comment.