X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=include%2Fasm-sparc%2Fcache.h;h=cb971e88aea4f7b3a355a1b2505df188d432fec2;hb=1fd73c6b6737b7e6eacac1b00dac16e7540c3cb1;hp=a10522cb21b7d311b698f48b7a751b216a10dad6;hpb=22fc6eccbf4ce4eb6265e6ada7b50a7b9cc57d05;p=safe%2Fjmp%2Flinux-2.6 diff --git a/include/asm-sparc/cache.h b/include/asm-sparc/cache.h index a10522c..cb971e8 100644 --- a/include/asm-sparc/cache.h +++ b/include/asm-sparc/cache.h @@ -13,7 +13,6 @@ #define L1_CACHE_SHIFT 5 #define L1_CACHE_BYTES 32 #define L1_CACHE_ALIGN(x) ((((x)+(L1_CACHE_BYTES-1))&~(L1_CACHE_BYTES-1))) -#define L1_CACHE_SHIFT_MAX 5 /* largest L1 which this arch supports */ #define SMP_CACHE_BYTES 32