/* * include/asm-i386/cache.h */ #ifndef __ARCH_I386_CACHE_H #define __ARCH_I386_CACHE_H #include /* bytes per L1 cache line */ #define L1_CACHE_BYTES CONFIG_X86_L1_CACHE_BYTES #endif