K 10 svn:author V 5 peter K 8 svn:date V 27 2004-06-08T00:29:42.000000Z K 7 svn:log V 270 Mask pte's with PG_FRAME before passing it to PHYS_TO_VM_PAGE().. PG_NX lives in the top 12 'available' bits. atop() in the PHYS_TO_VM_PAGE() macro only masks off the lower bits (by accident) and the upper bits in the 64 bit ptes turn into "interesting" index values. END