cvs commit: src/sys/arm/arm bcopy_page.S bcopyinout.S in_cksum_arm.S support.S swtch.S

Olivier Houchard cognet at FreeBSD.org
Sat Oct 13 05:05:04 PDT 2007


cognet      2007-10-13 12:05:03 UTC

  FreeBSD src repository

  Modified files:
    sys/arm/arm          bcopy_page.S bcopyinout.S in_cksum_arm.S 
                         support.S swtch.S 
  Log:
  Do not use __XSCALE__ to detect if pld/strd/ldrd is available, use
  _ARM_ARCH_5E instead.
  
  MFC After:      3 days
  
  Revision  Changes    Path
  1.5       +5 -5      src/sys/arm/arm/bcopy_page.S
  1.9       +2 -2      src/sys/arm/arm/bcopyinout.S
  1.7       +6 -6      src/sys/arm/arm/in_cksum_arm.S
  1.13      +9 -9      src/sys/arm/arm/support.S
  1.21      +3 -3      src/sys/arm/arm/swtch.S


More information about the cvs-src mailing list