]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[S390] Get rid of ARCH_KMALLOC_MINALIGN.
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Fri, 12 Oct 2007 14:11:37 +0000 (16:11 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 12 Oct 2007 14:13:07 +0000 (16:13 +0200)
slab cache debugging code has been changed so that we always get a
minimum alignment of the alignment of a 64-integer. Since this is
8 on s390/s390x there is no need of ARCH_KMALLOC_MINALIGN anymore.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
include/asm-s390/cache.h

index cdf431b061bbc5eb57cb1807f11cda8ffc888867..9b866816863c89a76069d1d3b9f857067a1aa27f 100644 (file)
@@ -14,8 +14,6 @@
 #define L1_CACHE_BYTES     256
 #define L1_CACHE_SHIFT     8
 
-#define ARCH_KMALLOC_MINALIGN  8
-
 #define __read_mostly __attribute__((__section__(".data.read_mostly")))
 
 #endif