Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Feb 2010 06:36:03 +0000 (UTC)
From:      Neel Natu <neel@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/mips/mips swtch.S
Message-ID:  <201002050636.o156aHax089403@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

neel        2010-02-05 06:36:03 UTC

  FreeBSD src repository

  Modified files:
    sys/mips/mips        swtch.S 
  Log:
  SVN rev 203511 on 2010-02-05 06:36:03Z by neel
  
  Correct a comment - we are not setting the exception level but rather are
  disabling interrupts.
  
  Simplify register usage - we can directly load 'curpcb' into 'k1' after
  interrupts are disabled. There is no need to do so indirectly through 'a1'.
  
  Revision  Changes    Path
  1.5       +10 -17    src/sys/mips/mips/swtch.S



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