K 10 svn:author V 10 nwhitehorn K 8 svn:date V 27 2010-06-20T18:26:04.199315Z K 7 svn:log V 408 Close a race masquerading as a speed optimization: moea64_pvo_to_pte() could optionally take the index to the PTE in the hardware page table, often calculated as a side effect of other functions outside the scope of the table lock. Due to spills, the PTE could have moved in the meantime, causing a panic. While here, remove an unnecessary PTE sync operation and remove redundant newlines from two asserts. END