K 10 svn:author V 3 jhb K 8 svn:date V 27 2010-01-22T20:52:31.776961Z K 7 svn:log V 432 MFC 189610: Eliminate the last use of the recursive mapping to access user-space page table pages. Now, all accesses to user-space page table pages are performed through the direct map. (The recursive mapping is only used to access kernel-space page table pages.) Eliminate the TLB invalidation on the recursive mapping when a user-space page table page is removed from the page table and when a user-space superpage is demoted. END