projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2676f56
)
xen: arm: Use generic mem{cpy, move, set, zero} on 64-bit
author
Ian Campbell
<ian.campbell@citrix.com>
Fri, 22 Feb 2013 08:58:21 +0000
(08:58 +0000)
committer
Ian Campbell
<ian.campbell@citrix.com>
Fri, 22 Feb 2013 12:14:55 +0000
(12:14 +0000)
No optimised versions are available in Linux yet (meaning I couldn't
copy them).
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Tim Deegan <tim@xen.org>
xen/include/asm-arm/string.h
patch
|
blob
|
history
diff --git
a/xen/include/asm-arm/string.h
b/xen/include/asm-arm/string.h
index 9cd4dd7321c5dda7c83dd98d6a5325de6ec2d387..abfa9d20afc0052dc1ab15544ade85994e61b6bc 100644
(file)
--- a/
xen/include/asm-arm/string.h
+++ b/
xen/include/asm-arm/string.h
@@
-3,6
+3,7
@@
#include <xen/config.h>
+#if defined(CONFIG_ARM_32)
#define __HAVE_ARCH_MEMCPY
extern void * memcpy(void *, const void *, __kernel_size_t);
@@
-27,6
+28,8
@@
extern void __memzero(void *ptr, __kernel_size_t n);
(__p); \
})
+#endif
+
#endif /* __ARM_STRING_H__ */
/*
* Local variables: