Subject: Re: CVS commit: syssrc/sys/arch
To: Robert Swindells <rjs@fdy2.demon.co.uk>
From: Jason R Thorpe <thorpej@wasabisystems.com>
List: port-arm
Date: 03/25/2002 14:06:27
On Mon, Mar 25, 2002 at 09:58:41PM +0000, Robert Swindells wrote:

 > This change is causing an assertion failure in uvm_pagealloc_strat()
 > when pmap_growkernel() is called. 
 > 
 > The one that fails is on line 997 of uvm/uvm_page.c:
 > 
 > 	KASSERT(off == trunc_page(off));

Ah, I see the problem.  A mistake in how virtual_end is assigned.

I will commit a fix in a few minutes.

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>