Date: Wed, 31 May 2000 06:32:29 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include ipl.h src/sys/i386/isa clock.c intr_machdep.c npx.c Message-ID: <200005311332.GAA56401@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2000/05/31 06:32:29 PDT Modified files: sys/i386/include ipl.h sys/i386/isa clock.c intr_machdep.c npx.c Log: Add SWI_TQ_MASK to all interrupt masks except SWI_CLOCK_MASK. Use a new macro SWI_LOW_MASK to give the mask for low priority SWIs instead of hard-coding this mask as SWI_CLOCK_MASK. Reviewed by: dfr Revision Changes Path 1.20 +13 -13 src/sys/i386/include/ipl.h 1.151 +2 -2 src/sys/i386/isa/clock.c 1.31 +4 -4 src/sys/i386/isa/intr_machdep.c 1.82 +2 -2 src/sys/i386/isa/npx.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005311332.GAA56401>