Subject: Re: CVS commit: [vmlocking] src/sys
To: None <source-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: source-changes
Date: 07/02/2007 09:42:05
On Sun, Jul 01, 2007 at 09:37:35PM +0000, Andrew Doran wrote:
> - Add a flags argument to callout_init(). If CALLOUT_MPSAFE is specified,
>   the kernel lock is not taken when the callout is executed.

I would prefer to use a second function (callout_init_mpsafe) as it
makes it easier to find out if anything in a kernel uses the old
mechanism.

Joerg