Subject: Re: more funky stuff with kthreads and interrupts
To: Hubert Feyrer <hubert.feyrer@informatik.fh-regensburg.de>
From: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
List: tech-kern
Date: 05/08/2001 10:23:54
> Would it make sense to check that in the the thread create function (I
> forgot what it's called)?

Yes, it would, but..

 - There isn't any place in MI code where this can be checked.
 - There also isn't any way to make MI assertions about your current spl.

					- Bill