* Scott Wood <scott(a)timesys.com> wrote:
You're still running do_softirq() with preemption
disabled, which is
almost as bad as doing it under a lock.
well softirqs are designed like that. I've added extra preemption code
to the latest patch to avoid repeat processing.
Ingo