summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvisa <visa@openbsd.org>2019-05-10 15:58:22 +0000
committervisa <visa@openbsd.org>2019-05-10 15:58:22 +0000
commitec1695ee5faa1e6a8a9aa28639f7cb0be4cd5269 (patch)
treec8b63f13eebdd5dd9635e556cb907b102f86ca4d
parentLet the test build on mips64. (diff)
downloadwireguard-openbsd-ec1695ee5faa1e6a8a9aa28639f7cb0be4cd5269.tar.xz
wireguard-openbsd-ec1695ee5faa1e6a8a9aa28639f7cb0be4cd5269.zip
Enable the test on octeon. Ignore the fact that the test cannot work
on CN3xxx where the TLB does not implement the execute inhibit feature. OK guenther@
-rw-r--r--regress/sys/kern/noexec/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/sys/kern/noexec/Makefile b/regress/sys/kern/noexec/Makefile
index cbfe35e27c0..836fb6288e6 100644
--- a/regress/sys/kern/noexec/Makefile
+++ b/regress/sys/kern/noexec/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.19 2019/01/31 19:14:12 bluhm Exp $
+# $OpenBSD: Makefile,v 1.20 2019/05/10 15:58:22 visa Exp $
PROG= noexec
SRCS= noexec.c testfly.S
@@ -83,6 +83,7 @@ nxmmap-mprotect: ${PROG}
${MACHINE} != "armv7" && \
${MACHINE} != "hppa" && \
${MACHINE} != "i386" && \
+ ${MACHINE} != "octeon" && \
${MACHINE} != "sparc64"
REGRESS_TARGETS=run-regress-skiparch
run-regress-skiparch: