Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81439
b: refs/heads/master
c: 5827040
h: refs/heads/master
i:
  81437: 32fa2cc
  81435: 544dd58
  81431: 8ae6c31
  81423: 0bdd768
  81407: 3b11ce1
v: v3
  • Loading branch information
Huang, Ying authored and Ingo Molnar committed Jan 31, 2008
1 parent 536e602 commit 2a6d9fe
Show file tree
Hide file tree
Showing 2 changed files with 2 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: c1666e663d8443f57c1c6b0acac70c3fbaea9014
refs/heads/master: 5827040df095d8dd6b5ca155dc4bfb5bafcb6ca2
3 changes: 1 addition & 2 deletions trunk/arch/x86/mm/pageattr.c
Original file line number Diff line number Diff line change
Expand Up @@ -399,8 +399,7 @@ static inline int change_page_attr_set(unsigned long addr, int numpages,
static inline int change_page_attr_clear(unsigned long addr, int numpages,
pgprot_t mask)
{
return __change_page_attr_set_clr(addr, numpages, __pgprot(0), mask);

return change_page_attr_set_clr(addr, numpages, __pgprot(0), mask);
}

int set_memory_uc(unsigned long addr, int numpages)
Expand Down

0 comments on commit 2a6d9fe

Please sign in to comment.