cvs commit: src/sys/arm/arm swtch.S

Olivier Houchard cognet at FreeBSD.org
Tue Oct 4 13:42:43 PDT 2005


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


More information about the cvs-src mailing list