Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Oct 2005 20:42:42 +0000 (UTC)
From:      Olivier Houchard <cognet@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/arm/arm swtch.S
Message-ID:  <200510042042.j94Kggnk057556@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
cognet      2005-10-04 20:42:42 UTC

  FreeBSD src repository

  Modified files:
    sys/arm/arm          swtch.S 
  Log:
  strd needs the destination to be double-word aligned, but the pointer passed
  to savectx isn't always, so always use stmia, savectx isn't called enough
  to need that kind of optimization.
  
  Revision  Changes    Path
  1.17      +0 -6      src/sys/arm/arm/swtch.S



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