From owner-freebsd-stable@FreeBSD.ORG Mon Oct 1 12:58:22 2012 Return-Path: <owner-freebsd-stable@FreeBSD.ORG> Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6A594106568A; Mon, 1 Oct 2012 12:58:22 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id 26EA18FC15; Mon, 1 Oct 2012 12:58:22 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 82FE6B939; Mon, 1 Oct 2012 08:58:21 -0400 (EDT) From: John Baldwin <jhb@freebsd.org> To: freebsd-stable@freebsd.org, Ken Merry <ken@freebsd.org> Date: Mon, 1 Oct 2012 08:49:36 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p20; KDE/4.5.5; amd64; ; ) References: <5066C652.9020904@omnilan.de> In-Reply-To: <5066C652.9020904@omnilan.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201210010849.36742.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Mon, 01 Oct 2012 08:58:21 -0400 (EDT) Cc: Harald Schmalzbauer <h.schmalzbauer@omnilan.de> Subject: Re: mps in GENERIC, only in amd64? (RELENG_9_1) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code <freebsd-stable.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-stable>, <mailto:freebsd-stable-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-stable> List-Post: <mailto:freebsd-stable@freebsd.org> List-Help: <mailto:freebsd-stable-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-stable>, <mailto:freebsd-stable-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 01 Oct 2012 12:58:22 -0000 On Saturday, September 29, 2012 5:58:42 am Harald Schmalzbauer wrote: > Hello, > > accidentally I saw that mps is included in sys/amd64/conf/GENERIC, but > not in sys/i386/conf/GENERIC. > Is this intended? Have you tested it on i386? From the log message, Ken (cc'd) only added it on amd64 as it hadn't been tested on i386. -- John Baldwin