mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
remove "SERVICING_INTERRUPT" nonsense
This commit is contained in:
parent
1d10fe5062
commit
39f3fc6f69
1 changed files with 0 additions and 2 deletions
|
|
@ -157,9 +157,7 @@ isp_intr_enable(void *arg)
|
|||
{
|
||||
struct ispsoftc *isp = arg;
|
||||
ENABLE_INTS(isp);
|
||||
#ifdef SERVICING_INTERRUPT
|
||||
isp->isp_osinfo.intsok = 1;
|
||||
#endif
|
||||
/* Release our hook so that the boot can continue. */
|
||||
config_intrhook_disestablish(&isp->isp_osinfo.ehook);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue