Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Feb 2023 16:54:14 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: e88e9894395e - main - armv5: Remove dead code
Message-ID:  <202302141654.31EGsEPu057525@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302141654.31EGsEPu057525>