Subject: Mutex question
To: None <tech-kern@netbsd.org>
From: Hans Petter Selasky <hselasky@c2i.net>
List: tech-kern
Date: 03/16/2006 14:18:53
Hi,

If I want to aquire a mutex from:

1) Interrupt handler
2) Callout (timeout)

How do I do that? Do I have to use a soft interrupt handler?

--HPS