git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86aaf4f
)
x86: use PTE_MASK rather than ad-hoc mask
author
Jeremy Fitzhardinge
<jeremy@goop.org>
Tue, 20 May 2008 07:26:23 +0000
(08:26 +0100)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Tue, 20 May 2008 14:51:21 +0000
(07:51 -0700)
Use ~PTE_MASK to extract the non-pfn parts of the pte (ie, the pte
flags), rather than constructing an ad-hoc mask.
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Tested-by: Hugh Dickins <hugh@veritas.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found