Make HZ_TO_STD macro name lowercase.
[linux-2.6/linux-mips.git] / include / asm-i386 / cache.h
blobde4a7a87c6c8ff0fa9cfed9744d30dd484d7f757
1 /*
2 * include/asm-i386/cache.h
3 */
4 #ifndef __ARCH_I386_CACHE_H
5 #define __ARCH_I386_CACHE_H
7 #include <linux/config.h>
9 /* bytes per L1 cache line */
10 #define L1_CACHE_BYTES CONFIG_X86_L1_CACHE_BYTES
12 #endif