Re: [patch] genalloc for 2.6.12-rc-mm3

2005-04-14 Thread Jes Sorensen
> "Christoph" == Christoph Hellwig <[EMAIL PROTECTED]> writes: Christoph> On Tue, Apr 12, 2005 at 10:51:20AM -0400, Jes Sorensen Christoph> wrote: >> > "Christoph" == Christoph Hellwig <[EMAIL PROTECTED]> writes: >> >> >> +#include Christoph> this will break on all plattforms except alph

Re: [patch] genalloc for 2.6.12-rc-mm3

2005-04-12 Thread Jes Sorensen
> "Andrew" == Andrew Morton <[EMAIL PROTECTED]> writes: Andrew> [EMAIL PROTECTED] (Jes Sorensen) wrote: Andrew> Suggest you put a !CONFIG_GENERIC_ALLOCATOR stub in genpool.h, Andrew> remove these ifdefs. Gone, used to be a time when I thought it was needed to have the init function ... oh wel

Re: [patch] genalloc for 2.6.12-rc-mm3

2005-04-12 Thread Christoph Hellwig
On Tue, Apr 12, 2005 at 10:51:20AM -0400, Jes Sorensen wrote: > > "Christoph" == Christoph Hellwig <[EMAIL PROTECTED]> writes: > > >> +#include > Christoph> this will break on all plattforms except alpha and ia64. > > The driver is located in arch/ia64/kernel/ ;-) Above hunk is from lib/gen

Re: [patch] genalloc for 2.6.12-rc-mm3

2005-04-12 Thread Jes Sorensen
> "Christoph" == Christoph Hellwig <[EMAIL PROTECTED]> writes: >> +#include Christoph> this will break on all plattforms except alpha and ia64. The driver is located in arch/ia64/kernel/ ;-) Cheers, Jes - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of

Re: [patch] genalloc for 2.6.12-rc-mm3

2005-04-12 Thread Christoph Hellwig
> +#include this will break on all plattforms except alpha and ia64. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.o

Re: [patch] genalloc for 2.6.12-rc-mm3

2005-04-12 Thread Jes Sorensen
> "Christoph" == Christoph Hellwig <[EMAIL PROTECTED]> writes: Christoph> On Tue, Apr 12, 2005 at 05:55:01AM -0400, Jes Sorensen Christoph> wrote: >> Generic allocator that can be used by device driver to manage >> special memory etc. in particular it's used to manage uncached >> memory on ia6

Re: [patch] genalloc for 2.6.12-rc-mm3

2005-04-12 Thread Andrew Morton
[EMAIL PROTECTED] (Jes Sorensen) wrote: > > Hi Andrew, > > This patch provides the generic allocator needed for the ia64 mspec > driver. Any chance you could add it to the mm tree? spose so. Glad it's Kconfigurable. > +#ifdef CONFIG_GENERIC_ALLOCATOR > + gen_pool_init(); > +#endif Suggest

Re: [patch] genalloc for 2.6.12-rc-mm3

2005-04-12 Thread Christoph Hellwig
On Tue, Apr 12, 2005 at 05:55:01AM -0400, Jes Sorensen wrote: > Hi Andrew, > > This patch provides the generic allocator needed for the ia64 mspec > driver. Any chance you could add it to the mm tree? > > Thanks, > Jes > > Generic allocator that can be used by device driver to manage special >

[patch] genalloc for 2.6.12-rc-mm3

2005-04-12 Thread Jes Sorensen
Hi Andrew, This patch provides the generic allocator needed for the ia64 mspec driver. Any chance you could add it to the mm tree? Thanks, Jes Generic allocator that can be used by device driver to manage special memory etc. in particular it's used to manage uncached memory on ia64 for the mspe