Well, in NT, IRIX, BeOS, and (I think) Solaris tasks running in kernel
mode can be preempted any time as long as they're not holding a spinlock.
Certainly making a kernel preemptible increases complexity. I'd be
interested in hearing about the tradeoffs here - hasn't Larry McVoy talked
about this in the past on this list?
> any device interrupt can be turned into an NMI interrupt - of course
> special handlers have to be written, and careful coding is needed as no
> other kernel facilities can be relied on.
Won't this hose RT-Linux? If random device drivers start using NMI (as
Alan Cox suggested in a different mail) then it would be really nice if
there was a way to disable this behavior at compile time.
John Regehr
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/