Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Dec 2009 20:23:04 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/sparc64/sparc64 interrupt.S
Message-ID:  <200912232023.nBNKNRBK059956@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2009-12-23 20:23:04 UTC

  FreeBSD src repository

  Modified files:
    sys/sparc64/sparc64  interrupt.S 
  Log:
  SVN rev 200914 on 2009-12-23 20:23:04Z by marius
  
  Don't use an out register to hold the vector number across the call
  of the interrupt handler in intr_fast() as the handler might clobber
  it (no in-tree handler currently does but an upcoming one will).
  While at it, tidy the register usage in the interrupt counting code.
  
  Revision  Changes    Path
  1.11      +11 -11    src/sys/sparc64/sparc64/interrupt.S



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912232023.nBNKNRBK059956>