Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755963AbXJCEzq (ORCPT ); Wed, 3 Oct 2007 00:55:46 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751398AbXJCEzj (ORCPT ); Wed, 3 Oct 2007 00:55:39 -0400 Received: from fgwmail6.fujitsu.co.jp ([192.51.44.36]:39133 "EHLO fgwmail6.fujitsu.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751352AbXJCEzi (ORCPT ); Wed, 3 Oct 2007 00:55:38 -0400 Date: Wed, 3 Oct 2007 13:57:02 +0900 From: KAMEZAWA Hiroyuki To: Matthew Wilcox Cc: LKML , andi@firstfloor.org, "linux-mm@kvack.org" , "tony.luck@intel.com" , Andrew Morton , pbadari@us.ibm.com, "linux-ia64@vger.kernel.org" Subject: Re: [Question] How to represent SYSTEM_RAM in kerenel/resouce.c Message-Id: <20071003135702.bdcf3f1b.kamezawa.hiroyu@jp.fujitsu.com> In-Reply-To: <20071003015242.GC12049@parisc-linux.org> References: <20071003103136.addbe839.kamezawa.hiroyu@jp.fujitsu.com> <20071003015242.GC12049@parisc-linux.org> Organization: Fujitsu X-Mailer: Sylpheed 2.4.2 (GTK+ 2.10.11; i686-pc-mingw32) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 849 Lines: 25 On Tue, 2 Oct 2007 19:52:42 -0600 Matthew Wilcox wrote: > On Wed, Oct 03, 2007 at 10:31:36AM +0900, KAMEZAWA Hiroyuki wrote: > > i386 and x86_64 registers System RAM as IORESOUCE_MEM | IORESOUCE_BUSY. > > ia64 registers System RAM as IORESOURCE_MEM. > > > > Which is better ? > > Should probably be BUSY. Non-BUSY regions can have io resources > requested underneath them, but you wouldn't want a PCI device to be > assigned an address which overlaps with physical memory. Thank you. It seems that I'll have to try modifing ia64 and memory hotplug in the next -mm. Regards, -Kame - 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/