Re: [RFC][PATCH 1/4] create mm/Kconfig for arch-independent memory options

2005-03-26 Thread Randy.Dunlap
Dave Hansen wrote: On Sat, 2005-03-26 at 12:56 -0800, Randy.Dunlap wrote: I wasn't trying to catch you, but I've already looked at all 4 patches in the series and I still can't find an option that is labeled/described as "Sparse Memory" The word "sparse" isn't even in patch 3/4... maybe there i

Re: [RFC][PATCH 1/4] create mm/Kconfig for arch-independent memory options

2005-03-26 Thread Dave Hansen
On Sat, 2005-03-26 at 12:56 -0800, Randy.Dunlap wrote: > I wasn't trying to catch you, but I've already looked at > all 4 patches in the series and I still can't find an > option that is labeled/described as "Sparse Memory" > The word "sparse" isn't even in patch 3/4... maybe > there is somethi

Re: [RFC][PATCH 1/4] create mm/Kconfig for arch-independent memory options

2005-03-26 Thread Randy.Dunlap
Dave Hansen wrote: On Fri, 2005-03-25 at 19:00 -0800, Randy.Dunlap wrote: ... +config DISCONTIGMEM + bool "Discontigious Memory" + depends on ARCH_DISCONTIGMEM_ENABLE + help + If unsure, choose this option over "Sparse Memory". Same question It's in the third patch in

Re: [RFC][PATCH 1/4] create mm/Kconfig for arch-independent memory options

2005-03-26 Thread Dave Hansen
On Fri, 2005-03-25 at 19:00 -0800, Randy.Dunlap wrote: ... > > +config DISCONTIGMEM > > + bool "Discontigious Memory" > > + depends on ARCH_DISCONTIGMEM_ENABLE > > + help > > + If unsure, choose this option over "Sparse Memory". > Same question It's in the third patch in the series.

Re: [RFC][PATCH 1/4] create mm/Kconfig for arch-independent memory options

2005-03-25 Thread Randy.Dunlap
Dave Hansen wrote: With sparsemem and memory hotplug there are quite a few options that we kept adding identically in several different architectures. This new file allows some of these to be consolidated. Signed-off-by: Andy Whitcroft <[EMAIL PROTECTED]> Signed-off-by: Dave Hansen <[EMAIL PROTECT