X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-alpha%2Fcache.h;h=e69b29501a5f2c5d477f6b375b6c0b6f69f9ea6e;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=f74d7ece132e4de2e250eb010b147513912c7809;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/include/asm-alpha/cache.h b/include/asm-alpha/cache.h index f74d7ece1..e69b29501 100644 --- a/include/asm-alpha/cache.h +++ b/include/asm-alpha/cache.h @@ -20,6 +20,6 @@ #define L1_CACHE_ALIGN(x) (((x)+(L1_CACHE_BYTES-1))&~(L1_CACHE_BYTES-1)) #define SMP_CACHE_BYTES L1_CACHE_BYTES -#define L1_CACHE_SHIFT_MAX 6 /* largest L1 which this arch supports */ +#define L1_CACHE_SHIFT_MAX L1_CACHE_SHIFT #endif