git: e88e9894395e - main - armv5: Remove dead code
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 14 Feb 2023 16:54:14 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=e88e9894395e27e2a5f7fef40f61ad3ed96b8399
commit e88e9894395e27e2a5f7fef40f61ad3ed96b8399
Author: Warner Losh <imp@FreeBSD.org>
AuthorDate: 2023-02-14 16:49:00 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-02-14 16:53:15 +0000
armv5: Remove dead code
No need to mark anything as broken on armv5 anymore.
Sponsored by: Netflix
Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D38583
---
sys/conf/kern.opts.mk | 6 ------
1 file changed, 6 deletions(-)
diff --git a/sys/conf/kern.opts.mk b/sys/conf/kern.opts.mk
index eae05882cb17..5cda70156394 100644
--- a/sys/conf/kern.opts.mk
+++ b/sys/conf/kern.opts.mk
@@ -78,12 +78,6 @@ __DEFAULT_NO_OPTIONS = \
BROKEN_OPTIONS+= INIT_ALL_ZERO
.endif
-.if ${MACHINE_CPUARCH} == "arm"
-. if ${MACHINE_ARCH:Marmv[67]*} == ""
-BROKEN_OPTIONS+= CDDL ZFS
-. endif
-.endif
-
.if ${MACHINE_CPUARCH} == "powerpc" && ${MACHINE_ARCH} == "powerpc"
BROKEN_OPTIONS+= ZFS
.endif