K 10 svn:author V 4 jake K 8 svn:date V 27 2002-03-07T05:25:15.000000Z K 7 svn:log V 381 Modify the tlb demap API to take a pmap instead of a tlb context number. Due to allocating tlb contexts on the fly, we only ever need to demap the primary context, non-primary contexts have already been implicitly flushed by context switching. All we really need to tell is if its a kernel demap or not, and its easier just to compare against the kernel_pmap which is a constant. END