From owner-freebsd-mips@FreeBSD.ORG Thu Feb 18 06:24:45 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 246D61065670 for ; Thu, 18 Feb 2010 06:24:45 +0000 (UTC) (envelope-from neelnatu@gmail.com) Received: from mail-pz0-f202.google.com (mail-pz0-f202.google.com [209.85.222.202]) by mx1.freebsd.org (Postfix) with ESMTP id 015118FC15 for ; Thu, 18 Feb 2010 06:24:44 +0000 (UTC) Received: by pzk40 with SMTP id 40so5517008pzk.7 for ; Wed, 17 Feb 2010 22:24:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=26A1m3WBglzYkPy740VMWZeYUQDpYyiQTlWqZBAR23w=; b=fKP5BtVi0l65pD/EZo+5OS9K9eijH9XzQBgpweOYOiBFC8tSCMYSeYbmtdpmny8trz Fa66awRIFESdjAmpV7oDc0cFG3cbJNCRg/l8XJ3q4h7bdQrCkU6tT8WDIX6ZsuvX52gV siSDM8bENEO6vxvs2SfDRVnVAEJOIc+M7mw8Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=BtT3J/Xt6fzj//yGWOdFlLLQXVAP7qR9CDY7Vpql4hg4gItHKqXR2fGGY869+KZxpC 4tn/0TFfOdR5F9HQ+GxDpLvJ2qOipwZITNk2zPh37hX3BaaagSaoagzOKW6ax6JpUcFe TQJFcqsJ11UHJFZVHLRriBCzUojoxaGuNwJwo= MIME-Version: 1.0 Received: by 10.142.7.29 with SMTP id 29mr2048587wfg.192.1266474284427; Wed, 17 Feb 2010 22:24:44 -0800 (PST) Date: Wed, 17 Feb 2010 22:24:44 -0800 Message-ID: From: Neel Natu To: freebsd-mips@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: 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 06:24:45 -0000 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. best Neel