mirror of https://github.com/torvalds/linux.git
On m68k, local irqs remain enabled while interrupt handlers execute.
Therefore the macsonic driver has had to disable interrupts to avoid
re-entering sonic_interrupt().
As of commit
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| jazzsonic.c | ||
| macsonic.c | ||
| natsemi.c | ||
| ns83820.c | ||
| sonic.c | ||
| sonic.h | ||
| xtsonic.c | ||