linux-brain/include/asm-x86/cache.h

6 lines
80 B
C

#ifdef CONFIG_X86_32
# include "cache_32.h"
#else
# include "cache_64.h"
#endif