From 39f3fc6f69875444b940faeead6b38bdae9c84e5 Mon Sep 17 00:00:00 2001 From: Matt Jacob Date: Tue, 17 Oct 2000 18:15:30 +0000 Subject: [PATCH] remove "SERVICING_INTERRUPT" nonsense --- sys/dev/isp/isp_freebsd.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/dev/isp/isp_freebsd.c b/sys/dev/isp/isp_freebsd.c index 1d567d6fd52..c3157b30c98 100644 --- a/sys/dev/isp/isp_freebsd.c +++ b/sys/dev/isp/isp_freebsd.c @@ -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); }