From owner-svn-src-all@FreeBSD.ORG Wed Apr 9 17:21:07 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 055CF1FB; Wed, 9 Apr 2014 17:21:07 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D0CBA1527; Wed, 9 Apr 2014 17:21:06 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id C1CC9B924; Wed, 9 Apr 2014 13:21:05 -0400 (EDT) From: John Baldwin To: Sean Bruno Subject: Re: svn commit: r264280 - in head/sys: conf modules Date: Wed, 9 Apr 2014 11:47:08 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.4-CBSD-20130906; KDE/4.5.5; amd64; ; ) References: <201404082139.s38LdqbY028535@svn.freebsd.org> In-Reply-To: <201404082139.s38LdqbY028535@svn.freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201404091147.08716.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Wed, 09 Apr 2014 13:21:05 -0400 (EDT) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2014 17:21:07 -0000 On Tuesday, April 08, 2014 5:39:52 pm Sean Bruno wrote: > Author: sbruno > Date: Tue Apr 8 21:39:51 2014 > New Revision: 264280 > URL: http://svnweb.freebsd.org/changeset/base/264280 > > Log: > Actually, since this is what I thought I was doing, only allow the > binmisc code to be build on amd64/i386 for the kernel. > > Update NOTES with some indication of what this code is used for. > > Pointed out by jhb@ ... thanks! > > Submitted by: jhb@ > > Modified: > head/sys/conf/NOTES > head/sys/conf/options.amd64 > head/sys/conf/options.i386 > head/sys/modules/Makefile Why not enable it on all platforms? I don't see anything inherently MD about it. -- John Baldwin