cvs commit: src/sys/sparc64/sparc64 pmap.c

Jake Burkholder jake at locore.ca
Sat Sep 20 14:16:19 PDT 2003


Apparently, On Sat, Sep 20, 2003 at 01:35:01PM -0500,
	Alan L. Cox said words to the effect of;

> Jake Burkholder wrote:
> > 
> > jake        2003/09/20 10:00:59 PDT
> > 
> >   FreeBSD src repository
> > 
> >   Modified files:
> >     sys/sparc64/sparc64  pmap.c
> >   Log:
> >   Remove an invalid KASSERT.  Apparently pmap_remove_all gets called on
> >   unmanaged pages.
> > 
> >   Revision  Changes    Path
> >   1.124     +0 -3      src/sys/sparc64/sparc64/pmap.c
> 
> FYI, this is, perhaps, triggered by a recent change that I made to
> kmem_malloc(), which declares the allocated pages as unmanaged.

Ahh, ok, thanks, I wondered.  The i386 pmap has similar assertions but
they seem to never be compiled.

Jake


More information about the cvs-src mailing list