Re: [PATCH] nommu: fix kobjsize() for SLOB and SLUB

From: Mike Frysinger
Date: Thu May 29 2008 - 16:28:48 EST


On Thu, May 29, 2008 at 9:03 AM, David Howells wrote:
> Mike Frysinger <vapier.adi@xxxxxxxxx> wrote:
>> > I fixed it by setting ARCH_KMALLOC_MINALIGN and ARCH_SLAB_MINALIGN.
>>
>> what was the change exactly ?
>
> The attached patch.
>
> diff --git a/include/asm-frv/mem-layout.h b/include/asm-frv/mem-layout.h
> +#define ARCH_KMALLOC_MINALIGN 8
> +#define ARCH_SLAB_MINALIGN 8

yeah, we were already doing that ... and the problem we had that i
referred to seems to be merged already into mainline, so you shouldnt
run into it unless you're using older kernel versions
-mike
--
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/