diff options
Diffstat (limited to 'mm/slab.c')
-rw-r--r-- | mm/slab.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -139,10 +139,6 @@ | |||
139 | #define BYTES_PER_WORD sizeof(void *) | 139 | #define BYTES_PER_WORD sizeof(void *) |
140 | #define REDZONE_ALIGN max(BYTES_PER_WORD, __alignof__(unsigned long long)) | 140 | #define REDZONE_ALIGN max(BYTES_PER_WORD, __alignof__(unsigned long long)) |
141 | 141 | ||
142 | #ifndef cache_line_size | ||
143 | #define cache_line_size() L1_CACHE_BYTES | ||
144 | #endif | ||
145 | |||
146 | #ifndef ARCH_KMALLOC_MINALIGN | 142 | #ifndef ARCH_KMALLOC_MINALIGN |
147 | /* | 143 | /* |
148 | * Enforce a minimum alignment for the kmalloc caches. | 144 | * Enforce a minimum alignment for the kmalloc caches. |