Subject: Re: CVS commit: syssrc/sys/arch/powerpc/powerpc
To: Matt Thomas <matt@netbsd.org>
From: Jason R Thorpe <thorpej@zembu.com>
List: source-changes
Date: 06/28/2001 14:19:26
On Thu, Jun 28, 2001 at 09:33:40PM +0300, Matt Thomas wrote:
> Log Message:
> Update for thorepj's UVM changes. Don't even try to call uvm_fault or do
> pcb_onfault recovery while in interrupt mode. Just die. Print out error
> returned from uvm_fault (-1 for interrupts).
Err, this is not quite right. You might need to do pcb_onfault recovery
from interrupt context, c.f. fuswintr().
--
-- Jason R. Thorpe <thorpej@zembu.com>