X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fasm-sh64%2Fcache.h;h=a4f36f0036e1fd7f1f9e689a9faa38a690a5ea61;hb=72b9760b65cbe0d24e668c34c8fefb2ba417f14b;hp=f54e85e8a47028a2e401b75ecad50e85e69d420a;hpb=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2;p=powerpc.git diff --git a/include/asm-sh64/cache.h b/include/asm-sh64/cache.h index f54e85e8a4..a4f36f0036 100644 --- a/include/asm-sh64/cache.h +++ b/include/asm-sh64/cache.h @@ -20,8 +20,6 @@ #define L1_CACHE_ALIGN_MASK (~(L1_CACHE_BYTES - 1)) #define L1_CACHE_ALIGN(x) (((x)+(L1_CACHE_BYTES - 1)) & L1_CACHE_ALIGN_MASK) #define L1_CACHE_SIZE_BYTES (L1_CACHE_BYTES << 10) -/* Largest L1 which this arch supports */ -#define L1_CACHE_SHIFT_MAX 5 #ifdef MODULE #define __cacheline_aligned __attribute__((__aligned__(L1_CACHE_BYTES)))