summaryrefslogtreecommitdiffstats
path: root/sys/cddl/dev/lockstat/lockstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/cddl/dev/lockstat/lockstat.c')
-rw-r--r--sys/cddl/dev/lockstat/lockstat.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/cddl/dev/lockstat/lockstat.c b/sys/cddl/dev/lockstat/lockstat.c
index a4e4efd..71a8632 100644
--- a/sys/cddl/dev/lockstat/lockstat.c
+++ b/sys/cddl/dev/lockstat/lockstat.c
@@ -43,9 +43,8 @@
#include <sys/dtrace.h>
#include <sys/lockstat.h>
-#if defined(__i386__) || defined(__amd64__) || \
- defined(__mips__) || defined(__powerpc__) || \
- defined(__arm__)
+#if defined(__aarch64__) || defined(__amd64__) || defined(__arm__) || \
+ defined(__i386__) || defined(__mips__) || defined(__powerpc__)
#define LOCKSTAT_AFRAMES 1
#else
#error "architecture not supported"
OpenPOWER on IntegriCloud