Go to the documentation of this file. 1 #ifndef _ASM_IA64_CACHE_H
2 #define _ASM_IA64_CACHE_H
11 #define L1_CACHE_SHIFT CONFIG_IA64_L1_CACHE_SHIFT
12 #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT)
15 # define SMP_CACHE_SHIFT L1_CACHE_SHIFT
16 # define SMP_CACHE_BYTES L1_CACHE_BYTES
23 # define SMP_CACHE_SHIFT 3
24 # define SMP_CACHE_BYTES (1 << 3)
27 #define __read_mostly __attribute__((__section__(".data..read_mostly")))