Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196623
b: refs/heads/master
c: 75c1d53
h: refs/heads/master
i:
  196621: 5971705
  196619: 4d251e6
  196615: c62bfd1
  196607: 01bac5e
v: v3
  • Loading branch information
Benjamin Herrenschmidt committed May 6, 2010
1 parent 9b89176 commit eba319a
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: aef40e87d866355ffd279ab21021de733242d0d5
refs/heads/master: 75c1d539ea13117cbe95e2c343e52af67d735145
4 changes: 0 additions & 4 deletions trunk/arch/powerpc/mm/pgtable_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -393,11 +393,7 @@ static int __change_page_attr(struct page *page, pgprot_t prot)
return -EINVAL;
__set_pte_at(&init_mm, address, kpte, mk_pte(page, prot), 0);
wmb();
#ifdef CONFIG_PPC_STD_MMU
flush_hash_pages(0, address, pmd_val(*kpmd), 1);
#else
flush_tlb_page(NULL, address);
#endif
pte_unmap(kpte);

return 0;
Expand Down

0 comments on commit eba319a

Please sign in to comment.