summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2020-10-17 09:30:00 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2020-10-17 09:30:00 +0200
commit37c536ce725bd3d0bfeb65ac169db8bc4ca7cd57 (patch)
tree2d33311b6b1d4ffe8feb1ecb2d0985baf5786e55 /config.h
parentc0107cf3cc1c1ebf220249b2c9f3c6c8e2640cb9 (diff)
parentebef811fce038c382fb66ecd728c9d885460263b (diff)
Update upstream source from tag 'upstream/3.3'
Update to upstream version '3.3' with Debian dir d4aebe3a0152bcb4c5d1ab6835c6ee8ffecad546
Diffstat (limited to 'config.h')
-rw-r--r--config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.h b/config.h
index e39091f..4237355 100644
--- a/config.h
+++ b/config.h
@@ -26,4 +26,9 @@
#define ALIGNMENT_WORKAROUND
#endif
+/* Avoid unaligned memcpy on /dev/mem */
+#ifdef __aarch64__
+#define USE_SLOW_MEMCPY
+#endif
+
#endif