summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2015-09-08 18:44:12 +0000
committerandrew <andrew@FreeBSD.org>2015-09-08 18:44:12 +0000
commita04f5ff10fa08082786be8b74bc44881f3dd4e41 (patch)
tree0db0ad580aa71070ff84d31d0d0b91ad67756c1e /lib/libc
parentbb4fa31c270c0dbc9ed497a87208925bdcb255f0 (diff)
downloadFreeBSD-src-a04f5ff10fa08082786be8b74bc44881f3dd4e41.zip
FreeBSD-src-a04f5ff10fa08082786be8b74bc44881f3dd4e41.tar.gz
Enable mincore_test on arm64, we now have a working pmap_mincore.
PR: 202307 Obtained from: ABT Systems Ltd Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'lib/libc')
-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 7ecf1d6..89431bc 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
OpenPOWER on IntegriCloud