K 10 svn:author V 3 ups K 8 svn:date V 27 2007-11-05T16:18:00.000000Z K 7 svn:log V 275 MFC: Remove mpte optimization from pmap_enter_quick(). There is a race with the current locking scheme and removing it should have no measurable performance impact. This fixes page faults leading to panics in pmap_enter_quick_locked() on amd64/i386. Requested by: alc@ END