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

6 lines
90 B
C

#ifdef CONFIG_X86_32
# include "cacheflush_32.h"
#else
# include "cacheflush_64.h"
#endif