[PATCH] hwmon: Build fix for SENSORS_W83793
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / asm-i386 / cache.h
blob57c62f414158b378f6667fd26d1af95575e6030d
1 /*
2 * include/asm-i386/cache.h
3 */
4 #ifndef __ARCH_I386_CACHE_H
5 #define __ARCH_I386_CACHE_H
8 /* L1 cache line size */
9 #define L1_CACHE_SHIFT (CONFIG_X86_L1_CACHE_SHIFT)
10 #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT)
12 #define __read_mostly __attribute__((__section__(".data.read_mostly")))
14 #endif