Subject: Re: power hook and spl level
To: Jun-ichiro itojun Hagino <itojun@iijlab.net>
From: Lennart Augustsson <lennart@mail.augustsson.net>
List: tech-kern
Date: 09/05/2000 22:27:19
Jun-ichiro itojun Hagino wrote:

>         do you guys think this is necessary for netbsd too?
>         or it is drivers that need to be corrected?

Our power hooks run at splhigh() (in current), so it should not
be needed.

    -- Lennart


> 1.13 Tue Sep 5 21:47:14 GMT 2000 by aaron
> CVS Tags: HEAD
> Diffs to 1.12
> Wrap power hooks in splimp(), fixes WaveLAN suspend problem; thanks art@
>
> http://www.openbsd.org/cgi-bin/cvsweb/src/sys/kern/kern_subr.c?r1=1.12&r2=1.13