remove "SERVICING_INTERRUPT" nonsense

This commit is contained in:
mjacob 2000-10-17 18:15:30 +00:00
parent f7a4717fd2
commit 4f520b6a56

View File

@ -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);
}