Re: armv7 bcopyinout.S vs bcopyinout_xscale.S

2017-10-09 Thread Mark Kettenis
> Date: Mon, 9 Oct 2017 08:45:55 +0300 > From: Artturi Alm > > Hi, > > > has anyone looked at the netbsd xscale-versions of bcopyin/bcopyout/kcopy? > > this is from netbsd bcopyinout.S: > #if defined(__XSCALE__) || defined(_ARM_ARCH_6) > /* > * armv6 and v7 have pld

armv7 bcopyinout.S vs bcopyinout_xscale.S

2017-10-08 Thread Artturi Alm
Hi, has anyone looked at the netbsd xscale-versions of bcopyin/bcopyout/kcopy? this is from netbsd bcopyinout.S: #if defined(__XSCALE__) || defined(_ARM_ARCH_6) /* * armv6 and v7 have pld and strd so they can use the xscale * bcopyinout as well. */ #include "bcopyinout_xscale.S" #else