From: Jeremy Fitzhardinge Date: Tue, 20 May 2008 07:26:23 +0000 (+0100) Subject: x86: use PTE_MASK rather than ad-hoc mask X-Git-Tag: v2.6.26-rc4~105 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba23cef5c23cf1e9298032037d919157553d1211;p=pandora-kernel.git x86: use PTE_MASK rather than ad-hoc mask 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 Tested-by: Hugh Dickins Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed