K 10 svn:author V 10 nwhitehorn K 8 svn:date V 27 2010-03-16T16:55:12.089326Z K 7 svn:log V 256 Revise the locking. The per-page PVO lists are protected by the VM page queue lock, so protecting them with the table lock is unnecessary. Replace the table locking paranoia with mtx_assert() paranoia. This eliminates the last LOR is the 64-bit MMU code. END