Date: Mon, 18 May 2009 14:02:55 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern kern_intr.c Message-ID: <200905181403.n4IE3DFs037116@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2009-05-18 14:02:55 UTC FreeBSD src repository Modified files: sys/kern kern_intr.c Log: SVN rev 192305 on 2009-05-18 14:02:55Z by rwatson Binding interrupts to a CPU consists of two parts: setting up CPU affinity for the interrupt thread, and requesting that underlying hardware direct interrupts to the CPU. For software interrupt threads, implement a no-op interrupt event binder that returns success, so that the interrupt management code will just set the ithread's affinity and succeed. Reviewed by: jhb MFC after: 1 week Revision Changes Path 1.170 +13 -1 src/sys/kern/kern_intr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905181403.n4IE3DFs037116>