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

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

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/sparc64/sparc64  interrupt.S 
  Log:
  SVN rev 202238 on 2010-01-13 20:40:51Z 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.2.1  +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?201001132041.o0DKf2YL013767>