commit | 0a2ce2ffc358da96792d514c1024b72c52be9cc1 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Wed May 28 16:49:01 2008 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed May 28 09:05:28 2008 -0700 |
tree | 7e62ed167dd0d222331c0098867c6fafb432b893 | |
parent | b4412323cc954bd0a2144b1c2ed573dd2eddb32c [diff] |
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>