From owner-svn-src-head@FreeBSD.ORG Mon Mar 8 16:54:16 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ECCBB1065675; Mon, 8 Mar 2010 16:54:16 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id B45118FC14; Mon, 8 Mar 2010 16:54:16 +0000 (UTC) Received: from compute2.internal (compute2.internal [10.202.2.42]) by gateway1.messagingengine.com (Postfix) with ESMTP id B014EE4A84; Mon, 8 Mar 2010 11:54:15 -0500 (EST) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute2.internal (MEProxy); Mon, 08 Mar 2010 11:54:15 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=message-id:date:from:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; s=smtpout; bh=7bjVTWlJ51GoZ+oQdXc4dVwuxZ8=; b=PXeHdTGbFDuCRUjrbctJ9TWoqK7Nf4b+hxMwUWbMuPUQEnuEPpPbCFOUJPFPK/j4WvsFdWtZu4V1b5bI8SslDGRp1zfTlwN7YABC/Il0xInm3BNT53rSYBHPlVZ1d1dOd+l5oXx1kwwgcE7ZDBhiCjZ+ZhPnavfORy4tSMwd2sA= X-Sasl-enc: VXQCTsIwAfZ6JeLnrxLhRHRw2Vt3+FjTmwcMXnhHgH1D 1268067255 Received: from anglepoise.lon.incunabulum.net (cpc2-dals7-0-0-cust253.hari.cable.virginmedia.com [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTPSA id 0F8591DE4; Mon, 8 Mar 2010 11:54:14 -0500 (EST) Message-ID: <4B952BB4.4080609@incunabulum.net> Date: Mon, 08 Mar 2010 16:54:12 +0000 From: Bruce Simpson User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.8) Gecko/20100302 Thunderbird/3.0.3 MIME-Version: 1.0 To: Nathan Whitehorn References: <201003081501.o28F18Lg025359@svn.freebsd.org> In-Reply-To: <201003081501.o28F18Lg025359@svn.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r204870 - head/sys/modules X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 08 Mar 2010 16:54:17 -0000 On 03/08/10 15:01, Nathan Whitehorn wrote: > Log: > Enable tmpfs unconditionally on all platforms. No one I spoke to could > remember why it was x86 only, and it works just as well on at least powerpc > as on x86. > Thanks, What with 7.3 coming up and all, this would make for a nice MFC. :-)