Date: Fri, 31 Jan 2003 23:20:36 -0800 (PST) From: Benno Rice <benno@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/powerpc/include intr_machdep.h src/sys/powerpc/powerpc intr_machdep.c Message-ID: <200302010720.h117Kajf020832@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
benno 2003/01/31 23:20:36 PST Modified files: sys/powerpc/include intr_machdep.h sys/powerpc/powerpc intr_machdep.c Log: - Introduce a flags value into the interrupt handler structure. - Copy the flags passed to inthand_add into the flags value. - If the interrupt is INTR_FAST, re-enable the irq after running the handler. Revision Changes Path 1.2 +2 -1 src/sys/powerpc/include/intr_machdep.h 1.2 +9 -6 src/sys/powerpc/powerpc/intr_machdep.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?200302010720.h117Kajf020832>