From nobody Wed Jan 25 16:46:07 2023 X-Original-To: dev-commits-src-branches@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4P28qV5jpzz3bsv0; Wed, 25 Jan 2023 16:46:14 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: from spindle.one-eyed-alien.net (spindle.one-eyed-alien.net [199.48.129.229]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4P28qV3RSjz3CMg; Wed, 25 Jan 2023 16:46:14 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Authentication-Results: mx1.freebsd.org; none Received: by spindle.one-eyed-alien.net (Postfix, from userid 3001) id 20C613C0199; Wed, 25 Jan 2023 16:46:07 +0000 (UTC) Date: Wed, 25 Jan 2023 16:46:07 +0000 From: Brooks Davis To: Warner Losh Cc: src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-branches@freebsd.org Subject: Re: git: d428dcc996b5 - stable/13 - stand/mips64: Make beri loader compile Message-ID: References: <202301251523.30PFN5KT072020@gitrepo.freebsd.org> List-Id: Commits to the stable branches of the FreeBSD src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-branches@freebsd.org X-BeenThere: dev-commits-src-branches@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <202301251523.30PFN5KT072020@gitrepo.freebsd.org> X-Rspamd-Queue-Id: 4P28qV3RSjz3CMg X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:36236, ipnet:199.48.128.0/22, country:US] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N On Wed, Jan 25, 2023 at 03:23:05PM +0000, Warner Losh wrote: > The branch stable/13 has been updated by imp: >=20 > URL: https://cgit.FreeBSD.org/src/commit/?id=3Dd428dcc996b5ec26166bbd90ef= 0fc6996838c337 >=20 > commit d428dcc996b5ec26166bbd90ef0fc6996838c337 > Author: Warner Losh > AuthorDate: 2023-01-25 15:14:45 +0000 > Commit: Warner Losh > CommitDate: 2023-01-25 15:21:04 +0000 >=20 > stand/mips64: Make beri loader compile If removing BERI support made future MFCs easier it would be fine to do that. There are zero consumers. (BERI didn't take off and RISC-V is generally the research platform of choice for hardware people. We've moved to a combination of RISC-V and Morello for CHERI work.) -- Brooks