Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jan 2010 20:40:49 +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:  <201001132040.o0DKeuHq013742@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2010-01-13 20:40:49 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/sparc64/sparc64  interrupt.S 
  Log:
  SVN rev 202237 on 2010-01-13 20:40:49Z by marius
  
  MFC: r200914
  
  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.10.10.2  +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?201001132040.o0DKeuHq013742>