Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jul 2011 18:23:24 +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:  <201107251823.p6PINgEQ094858@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2011-07-25 18:23:24 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/sparc64/sparc64  intr_machdep.c 
  Log:
  SVN rev 224358 on 2011-07-25 18:23:24Z 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.36.2.6  +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?201107251823.p6PINgEQ094858>