From: David Howells Date: Wed, 28 May 2008 14:36:34 +0000 (+0100) Subject: FRV: Specify the minimum slab/kmalloc alignment X-Git-Tag: v2.6.26-rc5~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc1d60a014aa9614518f9856ff661716d0969ffd;p=pandora-kernel.git FRV: Specify the minimum slab/kmalloc alignment Specify the minimum slab/kmalloc alignment to be 8 bytes. This fixes a crash when SLOB is selected as the memory allocator. The FRV arch needs this so that it can use the load- and store-double instructions without faulting. By default SLOB sets the minimum to be 4 bytes. Signed-off-by: David Howells Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed