Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760327AbXINVcR (ORCPT ); Fri, 14 Sep 2007 17:32:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755285AbXINVcD (ORCPT ); Fri, 14 Sep 2007 17:32:03 -0400 Received: from mga02.intel.com ([134.134.136.20]:25397 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754756AbXINVcB (ORCPT ); Fri, 14 Sep 2007 17:32:01 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.20,257,1186383600"; d="scan'208";a="295092035" Date: Fri, 14 Sep 2007 14:31:59 -0700 From: "Siddha, Suresh B" To: Jeremy Fitzhardinge Cc: "Keshavamurthy, Anil S" , akpm@osdl.org, Linux Kernel , suresh.b.siddha@intel.com Subject: Re: [patch] Fix BIOS-e820 end address Message-ID: <20070914213159.GD6078@linux-os.sc.intel.com> References: <20070908205044.GA16419@askeshav-devel.jf.intel.com> <46EAF652.9060405@goop.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46EAF652.9060405@goop.org> User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1061 Lines: 26 On Fri, Sep 14, 2007 at 02:00:02PM -0700, Jeremy Fitzhardinge wrote: > Keshavamurthy, Anil S wrote: > > Subject: [patch] Fix BIOS-e820 end address > > > > --snip of boot message-- > > BIOS-provided physical RAM map: > > BIOS-e820: 0000000000000000 - 00000000000a0000 (usable) > > BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved) > > BIOS-e820: 0000000000100000 - 000000007fe8cc00 (usable) > > ----end snip--- > > > > As you see from above the address 0000000000100000 is both > > shown as reserved and usable which is confusing. > > > > I think this is consistent with many other kernel interfaces (such as > /proc/X/maps) where the end address is taken to be exclusive: [0xf0000, > 0x100000). Andrew, Please disregard this patch. As Jermy, Jan pointed out, this will cause more confusions. Thanks. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/