> "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
> "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
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
> "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
> +#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
> "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
[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
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
>
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
9 matches
Mail list logo