Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 70962
b: refs/heads/master
c: 84e0fdb
h: refs/heads/master
v: v3
  • Loading branch information
Huang, Ying authored and Thomas Gleixner committed Oct 17, 2007
1 parent b93d37f commit 706f205
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 87cde760abfa019b5e368186f893cf673d227632
refs/heads/master: 84e0fdb1754d066dd0a8b257de7299f392d1e727
1 change: 1 addition & 0 deletions trunk/arch/x86/mm/pageattr_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ __change_page_attr(unsigned long address, unsigned long pfn, pgprot_t prot,
split = split_large_page(address, prot, ref_prot2);
if (!split)
return -ENOMEM;
pgprot_val(ref_prot2) &= ~_PAGE_NX;
set_pte(kpte, mk_pte(split, ref_prot2));
kpte_page = split;
}
Expand Down

0 comments on commit 706f205

Please sign in to comment.