They come from the serial port, not from a normal "IRQ".
This is why events arrive so early.
Linus's proposed solution will work just fine and frankly
that's what I'm going to check into my tree. :-) For
reference this is:
1) Kill DECLARE_TASKLET_DISABLED use DECLARE_TASKLET for
keyboard_tasklet.
2) In keyboard tasklet handler check a "keyboard_init_done"
boolean and just return immediately if it is clear.
3) Where we currently do "tasklet_enable(&keyboard_tasklet);"
simply kill that line and check it to
"keyboard_init_done = 1;"
Franks a lot,
David S. Miller
davem@redhat.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/