K 10 svn:author V 8 jmallett K 8 svn:date V 27 2010-04-03T07:12:03.964635Z K 7 svn:log V 672 o) Provide an interface to basic TLB operations one might want to do in C in C using inline assembly. o) Remove duplication of various PTE bits by switching to my and converting existing code to use it. o) Rename CLEAR_PTE_WIRED to CLEAR_PTE_SWBITS since it clears PG_W and PG_RO. o) Be consistent in how PTE bits are tested, set and cleared, except where there is a change beyond simply clearing or setting bits. o) Un-generalize a couple of pmap functions used in only one place. o) Provide a convenient helper macro for getting the ASID. o) Remove unused TLB access routines from cpufunc.h since they can live very comfortably in tlb.c now. END