Subject: Re: vmlocking2 branch merged
To: None <current-users@netbsd.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: current-users
Date: 01/05/2008 03:44:00
On Sat, Jan 05, 2008 at 02:42:28AM +0000, Andrew Doran wrote:
> I haven't changed anything in this path. Incidentally, requiring polling
> operation during shutdown is insane, the system is still alive if quiet.

No disagreement. The problem is that the shutdown hooks are called when
interrupts are already disabled.

Joerg