aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-10-02 19:59:58 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2017-10-02 19:59:58 +0200
commitdeb80e5bc2caebfa4ee11e58029557160fff7f5a (patch)
tree07ca7af753503bd1277d6e083eab2a84e06fc670 /src/crypto
parentkernel-tree: remember UAPI in patch creation (diff)
downloadwireguard-monolithic-historical-deb80e5bc2caebfa4ee11e58029557160fff7f5a.tar.xz
wireguard-monolithic-historical-deb80e5bc2caebfa4ee11e58029557160fff7f5a.zip
curve25519-neon-arm: force ARM encoding, since this is unrepresentable in Thumb
Diffstat (limited to 'src/crypto')
-rw-r--r--src/crypto/curve25519-neon-arm.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crypto/curve25519-neon-arm.S b/src/crypto/curve25519-neon-arm.S
index 1fd7331..1a921e2 100644
--- a/src/crypto/curve25519-neon-arm.S
+++ b/src/crypto/curve25519-neon-arm.S
@@ -6,6 +6,7 @@
#include <linux/linkage.h>
.text
+ .arm
.fpu neon
.align 4