Go to the documentation of this file.
10 #define ARCH_SLAB_MINALIGN __alignof__(unsigned long long)
12 #define L1_CACHE_SHIFT 5
13 #define L1_CACHE_BYTES 32
16 #define SMP_CACHE_BYTES_SHIFT 5
18 #define SMP_CACHE_BYTES_SHIFT 6
21 #define SMP_CACHE_BYTES (1 << SMP_CACHE_BYTES_SHIFT)
23 #define __read_mostly __attribute__((__section__(".data..read_mostly")))