aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2015-09-08 18:44:12 +0000
committerAndrew Turner <andrew@FreeBSD.org>2015-09-08 18:44:12 +0000
commitb5e4c5c45618af3fe2d7901a59d676e04bd66231 (patch)
tree0db0ad580aa71070ff84d31d0d0b91ad67756c1e
parent384dd3be15d6b59db063abe823eda4aab7be274b (diff)
downloadsrc-b5e4c5c45618af3fe2d7901a59d676e04bd66231.tar.gz
src-b5e4c5c45618af3fe2d7901a59d676e04bd66231.zip
Enable mincore_test on arm64, we now have a working pmap_mincore.
PR: 202307 Obtained from: ABT Systems Ltd Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=287571
-rw-r--r--lib/libc/tests/sys/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libc/tests/sys/Makefile b/lib/libc/tests/sys/Makefile
index 7ecf1d69c616..89431bced322 100644
--- a/lib/libc/tests/sys/Makefile
+++ b/lib/libc/tests/sys/Makefile
@@ -25,10 +25,7 @@ NETBSD_ATF_TESTS_C+= kevent_test
NETBSD_ATF_TESTS_C+= kill_test
NETBSD_ATF_TESTS_C+= link_test
NETBSD_ATF_TESTS_C+= listen_test
-# On arm64 triggers panic ARM64TODO: pmap_mincore (PR202307).
-.if ${MACHINE_CPUARCH} != "aarch64"
NETBSD_ATF_TESTS_C+= mincore_test
-.endif
NETBSD_ATF_TESTS_C+= mkdir_test
NETBSD_ATF_TESTS_C+= mkfifo_test
NETBSD_ATF_TESTS_C+= mknod_test