diff options
Diffstat (limited to 'mm/slub.c')
-rw-r--r-- | mm/slub.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -145,11 +145,11 @@ | |||
145 | SLAB_CACHE_DMA) | 145 | SLAB_CACHE_DMA) |
146 | 146 | ||
147 | #ifndef ARCH_KMALLOC_MINALIGN | 147 | #ifndef ARCH_KMALLOC_MINALIGN |
148 | #define ARCH_KMALLOC_MINALIGN sizeof(void *) | 148 | #define ARCH_KMALLOC_MINALIGN __alignof__(unsigned long long) |
149 | #endif | 149 | #endif |
150 | 150 | ||
151 | #ifndef ARCH_SLAB_MINALIGN | 151 | #ifndef ARCH_SLAB_MINALIGN |
152 | #define ARCH_SLAB_MINALIGN sizeof(void *) | 152 | #define ARCH_SLAB_MINALIGN __alignof__(unsigned long long) |
153 | #endif | 153 | #endif |
154 | 154 | ||
155 | /* Internal SLUB flags */ | 155 | /* Internal SLUB flags */ |