Subject: Re: running code blocks in several processors
To: None <port-i386@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: port-i386
Date: 08/16/2004 15:42:53
In article <20040816152011.GA1189@pheisar.fnop.net>,
phlox <phlox-netbsd-i386@fnop.net> wrote:
>Greetings.
>Using an lkm, is it possible to run a specific function in several processors ?
>In Linux this is done by using the one_each_cpu(), but I'm not aware of
>something similiar in the NetBSD kernel. 
>I grep'ed the sources but I couldn't find anything useful. How exactly am I
>suposed to do this ? 

Dunno, but I am guessing you can use an IPI.

christos