K 10 svn:author V 6 grehan K 8 svn:date V 27 2004-01-29T00:45:41.000000Z K 7 svn:log V 339 When UMA_MD_SMALL_ALLOC is defined, pmap_kextract will be called for direct-mapped addresses. Assume that any address less than KVA is one of these and return it. Also assert that an address is KVA does have a valid mapping - callers of pmap_kextract don't check the return value, since they assume that they have a valid virtual address. END