Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80457
b: refs/heads/master
c: a3ae91b
h: refs/heads/master
i:
  80455: c23b133
v: v3
  • Loading branch information
Andi Kleen authored and Ingo Molnar committed Jan 30, 2008
1 parent 0712473 commit 4a3c565
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 5b016432a768d94c707aee02a202c95d163f27c4
refs/heads/master: a3ae91b0a02a4ca0088f30d572c848f5d522573a
2 changes: 1 addition & 1 deletion trunk/arch/x86/mm/pageattr_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ __change_page_attr(unsigned long address, unsigned long pfn, pgprot_t prot,
if (!kpte)
return 0;

kpte_page = virt_to_page(((unsigned long)kpte) & PAGE_MASK);
kpte_page = virt_to_page(kpte);
BUG_ON(PageLRU(kpte_page));
BUG_ON(PageCompound(kpte_page));
if (pgprot_val(prot) != pgprot_val(ref_prot)) {
Expand Down

0 comments on commit 4a3c565

Please sign in to comment.