> ... in 2.4. In 2.2. you can, it does not use spin_lock_irq to synchronize
> console code.
That's right. I was thinking about a soultion to this for 2.5.X. I was
thinking about using a sempahore but I believe you can't use them in a
interrupt context since they use current. I was thinking about using
atomic instead.
|