summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2020-10-17 09:29:59 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2020-10-17 09:29:59 +0200
commitebef811fce038c382fb66ecd728c9d885460263b (patch)
treea8630403c5091a3e4f3a86c682262337613fae2c /config.h
parent7c994b7f6bda56308e5f1d50651d5951de92198f (diff)
New upstream version 3.3upstream/3.3
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