[CRIU] [PATCH 05/13] Add builtin_memcmp, builtin_strcmp helpers
Cyrill Gorcunov
gorcunov at openvz.org
Thu May 23 07:22:48 EDT 2013
On Thu, May 23, 2013 at 03:03:19PM +0400, Pavel Emelyanov wrote:
> On 05/22/2013 11:09 PM, Cyrill Gorcunov wrote:
> >
> > Will need them for PIE vdso code.
> >
> > Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
> > ---
> > arch/arm/include/asm/string.h | 4 ++++
> > arch/x86/include/asm/string.h | 33 +++++++++++++++++++++++++++++++++
>
> Can we make this more uniform with existing builtin_memcpy?
> At least wrt code-vs-files layout?
You mean add implementations to arm? The filenames are taken
from linux kernel, i tried to use same names for us.
More information about the CRIU
mailing list