Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751208AbWEESgL (ORCPT ); Fri, 5 May 2006 14:36:11 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751209AbWEESgL (ORCPT ); Fri, 5 May 2006 14:36:11 -0400 Received: from e2.ny.us.ibm.com ([32.97.182.142]:23003 "EHLO e2.ny.us.ibm.com") by vger.kernel.org with ESMTP id S1751208AbWEESgJ (ORCPT ); Fri, 5 May 2006 14:36:09 -0400 Date: Fri, 5 May 2006 14:35:56 -0400 From: Vivek Goyal To: Greg KH Cc: linux kernel mailing list , Morton Andrew Morton Subject: Re: [RFC][PATCH 1/6] kconfigurable resources core changes Message-ID: <20060505183556.GI6450@in.ibm.com> Reply-To: vgoyal@in.ibm.com References: <20060505172847.GC6450@in.ibm.com> <20060505181002.GA2715@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060505181002.GA2715@suse.de> User-Agent: Mutt/1.5.11 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1316 Lines: 35 On Fri, May 05, 2006 at 11:10:02AM -0700, Greg KH wrote: > On Fri, May 05, 2006 at 01:28:47PM -0400, Vivek Goyal wrote: > > > > > > o Core changes for Kconfigurable memory and IO resources. By default resources > > are 64bit until chosen to be 32bit. > > > > o Last time I posted the patches for 64bit memory resources but it raised > > the concerns regarding code bloat on 32bit systems who use 32 bit > > resources. > > > > o This patch-set allows resources to be kconfigurable. > > > > o I have done cross compilation on i386, x86_64, ppc, powerpc, sparc, sparc64 > > ia64 and alpha. > > > > Signed-off-by: Vivek Goyal > > So do these replace all of your other patches sitting in my tree right > now? > No. This patch set applies on top of the old patches. Very few changes in the previous patches have been nullified, like changing u64 to resource_size_t. There are lots of printk() statement changes in previous patch set which are required to supress the compilation warnings. That's the reason I kept new patches incremental. - 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/