From owner-freebsd-mips@FreeBSD.ORG Thu Feb 18 16:08:04 2010 Return-Path: Delivered-To: freebsd-mips@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B356B1065676 for ; Thu, 18 Feb 2010 16:08:04 +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 38BDB8FC24 for ; Thu, 18 Feb 2010 16:08:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id o1IFxhBp069278; Thu, 18 Feb 2010 08:59:45 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 18 Feb 2010 08:59:59 -0700 (MST) Message-Id: <20100218.085959.167578749289907151.imp@bsdimp.com> To: gonzo@bluezbox.com From: "M. Warner Losh" In-Reply-To: <4B7CED35.5@bluezbox.com> References: <4B7CED35.5@bluezbox.com> X-Mailer: Mew version 6.3 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-mips@FreeBSD.org Subject: Re: option KERNVIRTADDR - ok to remove? X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2010 16:08:04 -0000 In message: <4B7CED35.5@bluezbox.com> Oleksandr Tymoshenko writes: : Neel Natu wrote: : > Hi everybody, : > : > This kernel option is set by all kernel config files but there is no : > code that makes use of it. : > : > I think it is safe to remove but since it affects all kernel configs I : > wanted to give people a chance to chime in. : > : Go for it. And while you're there :) - KERNPHYSADDR is unrefernced : too. I believe it's : safe to delete both of them. IIRC, they may be a carry over from ARM. Maybe for the compression stuff? Anyway, if they are unused, we can delete them. Warner