Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330302
b: refs/heads/master
c: 6b5e722
h: refs/heads/master
v: v3
  • Loading branch information
Joe MacDonald authored and Benjamin Herrenschmidt committed Sep 10, 2012
1 parent fd113b1 commit c6a18a4
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 11f63d3fb9c4257b1f005db8d11deba9f992bdf6
refs/heads/master: 6b5e7229bbd59f0cfce7015fd46736fc93d8c8c3
6 changes: 4 additions & 2 deletions trunk/arch/powerpc/mm/subpage-prot.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ static void subpage_prot_clear(unsigned long addr, unsigned long len)
struct mm_struct *mm = current->mm;
struct subpage_prot_table *spt = &mm->context.spt;
u32 **spm, *spp;
int i, nw;
unsigned long i;
size_t nw;
unsigned long next, limit;

down_write(&mm->mmap_sem);
Expand Down Expand Up @@ -144,7 +145,8 @@ long sys_subpage_prot(unsigned long addr, unsigned long len, u32 __user *map)
struct mm_struct *mm = current->mm;
struct subpage_prot_table *spt = &mm->context.spt;
u32 **spm, *spp;
int i, nw;
unsigned long i;
size_t nw;
unsigned long next, limit;
int err;

Expand Down

0 comments on commit c6a18a4

Please sign in to comment.