[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Why *not* rmap, anyway?



On Tuesday 07 May 2002 21:25, William Lee Irwin III wrote:
> Procedural interfaces to pagetable manipulations are largely what
> the BSD pmap and SVR4 HAT layers consisted of, no?

They factor the interface the wrong way for Linux.  You don't want
to have to search for each (pte *) starting from the top of the
structure.  We need to be able to do bulk processing.  The BSD
interface just doesn't accomodate this.

-- 
Daniel
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/