Re: MP and device drivers
[email protected] (YAMAMOTO Takashi) Thu, 7 Sep 2006 21:51:25 +0900 (JST)
| Newsgroups | gmane.os.netbsd.devel.smp |
|---|---|
| Message-ID | <[email protected]> |
> - Put wrappers around the devsw entry points (e.g. bdev_strategy(dev, bp)). > In the MP case these would check d_flag and maybe grab the kernel_lock. > We'd need to assert that no other locks are already held. do you have a plan how to make callers mp-safe? YAMAMOTO Takashi