From owner-svn-src-head@freebsd.org Thu Feb 27 21:59:55 2020 Return-Path: Delivered-To: svn-src-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8361F2509CE; Thu, 27 Feb 2020 21:59:55 +0000 (UTC) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: from gndrsh.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48T6630KvRz40C4; Thu, 27 Feb 2020 21:59:54 +0000 (UTC) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: from gndrsh.dnsmgr.net (localhost [127.0.0.1]) by gndrsh.dnsmgr.net (8.13.3/8.13.3) with ESMTP id 01RLxjMC009389; Thu, 27 Feb 2020 13:59:45 -0800 (PST) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: (from freebsd@localhost) by gndrsh.dnsmgr.net (8.13.3/8.13.3/Submit) id 01RLxjN3009388; Thu, 27 Feb 2020 13:59:45 -0800 (PST) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <202002272159.01RLxjN3009388@gndrsh.dnsmgr.net> Subject: Re: svn commit: r358409 - head/sys/riscv/conf In-Reply-To: <202002272026.01RKQb81066081@repo.freebsd.org> To: Brooks Davis Date: Thu, 27 Feb 2020 13:59:45 -0800 (PST) CC: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Reply-To: rgrimes@freebsd.org X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: 48T6630KvRz40C4 X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-5.99 / 15.00]; NEURAL_HAM_MEDIUM(-0.99)[-0.995,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Feb 2020 21:59:55 -0000 [ Charset UTF-8 unsupported, converting... ] > Author: brooks > Date: Thu Feb 27 20:26:37 2020 > New Revision: 358409 > URL: https://svnweb.freebsd.org/changeset/base/358409 > > Log: > riscv: Add a GENERIC-NODEBUG (copied from amd64) > > Sponsored by: DARPA > > Added: > head/sys/riscv/conf/GENERIC-NODEBUG > - copied, changed from r358301, head/sys/amd64/conf/GENERIC-NODEBUG > > Copied and modified: head/sys/riscv/conf/GENERIC-NODEBUG (from r358301, head/sys/amd64/conf/GENERIC-NODEBUG) > ============================================================================== > --- head/sys/amd64/conf/GENERIC-NODEBUG Mon Feb 24 21:07:30 2020 (r358301, copy source) > +++ head/sys/riscv/conf/GENERIC-NODEBUG Thu Feb 27 20:26:37 2020 (r358409) > @@ -1,6 +1,6 @@ > # > -# GENERIC-NODEBUG -- WITNESS and INVARIANTS free kernel configuration file Maybe go clean the trailing white space off here too? > -# for FreeBSD/amd64 > +# GENERIC-NODEBUG -- WITNESS and INVARIANTS free kernel configuration file > +# for FreeBSD/riscv > # > # This configuration file removes several debugging options, including > # WITNESS and INVARIANTS checking, which are known to have significant > -- Rod Grimes rgrimes@freebsd.org