diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-10-17 09:29:59 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-10-17 09:29:59 +0200 |
commit | ebef811fce038c382fb66ecd728c9d885460263b (patch) | |
tree | a8630403c5091a3e4f3a86c682262337613fae2c /config.h | |
parent | 7c994b7f6bda56308e5f1d50651d5951de92198f (diff) |
New upstream version 3.3upstream/3.3
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -26,4 +26,9 @@ #define ALIGNMENT_WORKAROUND #endif +/* Avoid unaligned memcpy on /dev/mem */ +#ifdef __aarch64__ +#define USE_SLOW_MEMCPY +#endif + #endif |