Skip to content

Commit

Permalink
[S390] Get rid of ARCH_KMALLOC_MINALIGN.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed Oct 12, 2007
1 parent ca08de0 commit 5a29132
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/asm-s390/cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5a29132

Please sign in to comment.