Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147707
b: refs/heads/master
c: dab5855
h: refs/heads/master
i:
  147705: de42a18
  147703: 82e091d
v: v3
  • Loading branch information
Peter Zijlstra authored and Ingo Molnar committed Jun 8, 2009
1 parent 735c076 commit 1f3d352
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: 820a644211bc1ac7715333abdb0f0b9ea4fbb549
refs/heads/master: dab5855b12411334355ba21349a06700e4ae7a3b
2 changes: 2 additions & 0 deletions trunk/mm/mprotect.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <linux/swapops.h>
#include <linux/mmu_notifier.h>
#include <linux/migrate.h>
#include <linux/perf_counter.h>
#include <asm/uaccess.h>
#include <asm/pgtable.h>
#include <asm/cacheflush.h>
Expand Down Expand Up @@ -299,6 +300,7 @@ SYSCALL_DEFINE3(mprotect, unsigned long, start, size_t, len,
error = mprotect_fixup(vma, &prev, nstart, tmp, newflags);
if (error)
goto out;
perf_counter_mmap(vma);
nstart = tmp;

if (nstart < prev->vm_end)
Expand Down

0 comments on commit 1f3d352

Please sign in to comment.