Go to the documentation of this file.
5 #if defined(CONFIG_UML_X86) && !defined(CONFIG_64BIT)
6 # define L1_CACHE_SHIFT (CONFIG_X86_L1_CACHE_SHIFT)
7 #elif defined(CONFIG_UML_X86)
8 # define L1_CACHE_SHIFT 6
12 # define L1_CACHE_SHIFT 5
15 #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT)