Subject: Re: Pulling simple syscalls out from the giant lock
To: Thor Lancelot Simon <tls@rek.tjls.com>
From: Martin Husemann <martin@duskware.de>
List: tech-kern
Date: 06/07/2005 19:27:04
On Tue, Jun 07, 2005 at 01:19:37PM -0400, Thor Lancelot Simon wrote:
> Is this correct?

20      STD MPSAFE      { pid_t sys_getpid(void); }

Can we do MP safe vnlocks already? That would be needed for some of the
others, I guess.

Martin