mirror of
https://github.com/torvalds/linux.git
synced 2025-11-07 12:10:52 +02:00
Interrupt is enabled when bind_interdomain_evtchn_to_irqhandler returns.
If there's interrupt pending interrupt handler is invoked.
NAPI needs to be initialised before binding interrupt otherwise the
interrupt handler will try to scheduling a NAPI instance that is not
initialised yet, resulting in kernel OOPS.
This fixes a regression introduced in
|
||
|---|---|---|
| .. | ||
| common.h | ||
| interface.c | ||
| Makefile | ||
| netback.c | ||
| xenbus.c | ||