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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/cddl/dev/lockstat/lockstat.c b/sys/cddl/dev/lockstat/lockstat.c
index f16c813..9b3f7d7 100644
--- a/sys/cddl/dev/lockstat/lockstat.c
+++ b/sys/cddl/dev/lockstat/lockstat.c
@@ -45,7 +45,8 @@
#include <sys/dtrace.h>
#include <sys/lockstat.h>
-#if defined(__i386__) || defined(__amd64__) || defined(__mips__)
+#if defined(__i386__) || defined(__amd64__) || \
+ defined(__mips__) || defined(__powerpc__)
#define LOCKSTAT_AFRAMES 1
#else
#error "architecture not supported"
OpenPOWER on IntegriCloud