[PATCH] PCI: 'is_enabled' flag should be set/cleared when the device is actually...
[linux-2.6/mini2440.git] / include / asm-um / cache.h
blob4b134fe8504e9eeeb7998fe2410a38286f79b719
1 #ifndef __UM_CACHE_H
2 #define __UM_CACHE_H
4 /* These are x86 numbers */
5 #define L1_CACHE_SHIFT 5
6 #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT)
8 #define L1_CACHE_SHIFT_MAX 7 /* largest L1 which this arch supports */
10 #endif