Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80489
b: refs/heads/master
c: f5a50ce
h: refs/heads/master
i:
  80487: f601d5e
v: v3
  • Loading branch information
Ingo Molnar committed Jan 30, 2008
1 parent 138ad92 commit 63869b3
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: 674d67269e79f6697c3480363b28c9b9934fa60c
refs/heads/master: f5a50ce1bf53a07cb7d0bab1a87e62cc4f34f0ab
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 @@ -135,7 +135,7 @@ __change_page_attr(unsigned long address, struct page *page, pgprot_t prot)
repeat:
kpte = lookup_address(address, &level);
if (!kpte)
return 0;
return -EINVAL;

kpte_page = virt_to_page(kpte);
BUG_ON(PageLRU(kpte_page));
Expand Down

0 comments on commit 63869b3

Please sign in to comment.