On May 19, 2012, at 8:12 AM, Reinoud Zandijk wrote: > Hi Matt, > > On Thu, May 17, 2012 at 04:20:19PM +0000, Matt Thomas wrote: >> Module Name: src >> Committed By: matt >> Date: Thu May 17 16:20:19 UTC 2012 >> >> Modified Files: >> src/sys/common/pmap/tlb: pmap.c pmap.h >> >> Log Message: >> Add support for PMAP_GROWKERNEL > > Maybe an ignorant question from me, but where is this common/pmap/tlb used? Is > it really a generic tlb driven pmap?
It's used by powerpc booke and i have changes so that it's used by mips as well. I've been debating about using for powerpc ibm4xx. And yes, it's really a generic soft tab driven pmap.
