Re: [RFC][PATCH 1/6] kconfigurable resources core changes

From: Vivek Goyal
Date: Fri May 05 2006 - 14:35:46 EST


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 <vgoyal@xxxxxxxxxx>
>
> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/