Re: [PATCH 4 of 4] x86: mask NX from pte_pfn

From: Jeremy Fitzhardinge
Date: Fri Jan 18 2008 - 10:55:35 EST


Hugh Dickins wrote:
Shouldn't that be

return (pte_val(pte) & ~_PAGE_NX) >> PAGE_SHIFT;

Yes, it should be.

Thanks,
J
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/