]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - mm/slab.c
mm: bdi: allow setting a maximum for the bdi dirty limit
[linux-2.6-omap-h63xx.git] / mm / slab.c
index 7bc4a136846e8960e49653a9816bfa9d9618a07c..39d20f8a07916fc7bf77a8153d58c0cf8161c90e 100644 (file)
--- a/mm/slab.c
+++ b/mm/slab.c
 #define        BYTES_PER_WORD          sizeof(void *)
 #define        REDZONE_ALIGN           max(BYTES_PER_WORD, __alignof__(unsigned long long))
 
-#ifndef cache_line_size
-#define cache_line_size()      L1_CACHE_BYTES
-#endif
-
 #ifndef ARCH_KMALLOC_MINALIGN
 /*
  * Enforce a minimum alignment for the kmalloc caches.