Date: Mon, 25 Jul 2011 18:24:17 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/sparc64/sparc64 intr_machdep.c Message-ID: <201107251824.p6PIOXN7094922@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2011-07-25 18:24:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/sparc64/sparc64 intr_machdep.c Log: SVN rev 224359 on 2011-07-25 18:24:17Z by marius MFC: r223235 - As with stray vector interrupts limit the reporting of stray level interrupts. Bringup on additional machine models repeatedly reveals firmware that enables interrupts behind our back, causing the console to be flooded otherwise. - As with the regular interrupt counters using uint16_t instead of u_long for counting the stray vector interrupts should be more than sufficient. - Cache the interrupt vector in intr_stray_vector(). Revision Changes Path 1.27.2.14 +19 -8 src/sys/sparc64/sparc64/intr_machdep.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107251824.p6PIOXN7094922>