This repository has been archived on 2026-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
ubports_kernel_google_msm/include/asm-frv
David Howells 0a2ce2ffc3 Fix FRV minimum slab/kmalloc alignment
> +#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, and the preprocessor doesn't
understand sizeof.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-05-28 09:05:28 -07:00
..
2008-02-08 15:33:32 -08:00
2008-02-08 15:33:32 -08:00
2008-02-07 08:42:30 -08:00
2008-02-08 09:22:39 -08:00
2008-04-28 08:58:23 -07:00
2008-04-17 10:42:34 -04:00
2008-05-14 10:05:18 -07:00