Re: [PATCH] FRV: Specify the minimum slab/kmalloc alignment

From: David Howells
Date: Wed May 28 2008 - 11:49:24 EST


David Howells <dhowells@xxxxxxxxxx> wrote:

> +#define ARCH_KMALLOC_MINALIGN (sizeof(long) * 2)
> +#define ARCH_SLAB_MINALIGN (sizeof(long) * 2)

This doesn't work if SLAB is selected and slab debugging is enabled as these
are passed to the preprocessor.

David
--
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/