Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40129
b: refs/heads/master
c: 7a71cef
h: refs/heads/master
i:
  40127: d737a25
v: v3
  • Loading branch information
bibo,mao authored and Andi Kleen committed Oct 21, 2006
1 parent cf7b1f8 commit 4069694
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: 690a973f48b6ba2954465992c08e65059c8374fe
refs/heads/master: 7a71cef780404e8c90d23b1131142e158d94354b
1 change: 1 addition & 0 deletions trunk/include/asm-x86_64/pgtable.h
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ static inline pte_t mk_pte_phys(unsigned long physpage, pgprot_t pgprot)
{
pte_t pte;
pte_val(pte) = physpage | pgprot_val(pgprot);
pte_val(pte) &= __supported_pte_mask;
return pte;
}

Expand Down

0 comments on commit 4069694

Please sign in to comment.