Go to the documentation of this file.
13 #ifndef _ASM_MICROBLAZE_CACHE_H
14 #define _ASM_MICROBLAZE_CACHE_H
16 #include <asm/registers.h>
18 #define L1_CACHE_SHIFT 5
20 #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT)
22 #define SMP_CACHE_BYTES L1_CACHE_BYTES