From owner-freebsd-arm@FreeBSD.ORG Fri Sep 25 15:24:43 2009 Return-Path: Delivered-To: freebsd-arm@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32E7A106568F; Fri, 25 Sep 2009 15:24:43 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id D22B68FC12; Fri, 25 Sep 2009 15:24:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id n8PFLEe9074490; Fri, 25 Sep 2009 09:21:14 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 25 Sep 2009 09:23:09 -0600 (MDT) Message-Id: <20090925.092309.38327923.imp@bsdimp.com> To: rpaulo@FreeBSD.org From: "M. Warner Losh" In-Reply-To: References: X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-arm@FreeBSD.org Subject: Re: Exporting cpu_class X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2009 15:24:43 -0000 In message: Rui Paulo writes: : Hi, : I need to export cpu_class to the outside world, so I plan to commit : the attached patch soon. If you don't like it, please speak up. Looks good to me. What do you need it for in the outside world? Warner