Date: Sat, 18 Jun 2011 11:27:44 +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: <201106181128.p5IBS0u6016292@repoman.freebsd.org>
index | next in thread | raw e-mail
marius 2011-06-18 11:27:44 UTC
FreeBSD src repository
Modified files:
sys/sparc64/sparc64 intr_machdep.c
Log:
SVN rev 223235 on 2011-06-18 11:27:44Z by marius
- 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.44 +19 -8 src/sys/sparc64/sparc64/intr_machdep.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106181128.p5IBS0u6016292>
