e24f8191cc
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
|
||
---|---|---|
.. | ||
Makefile | ||
common.h | ||
interface.c | ||
netback.c | ||
xenbus.c |