]> err.no Git - linux-2.6/blobdiff - include/asm-sh/cache.h
[libata] conversion to new debug scheme, part 1 of $N
[linux-2.6] / include / asm-sh / cache.h
index 9b4dd6d8212ea0fcc48f32836c4a2f654140927d..656fdfe9e8b445ee16e6f833e62f7e10bc783a20 100644 (file)
@@ -22,8 +22,6 @@
 
 #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 */
-
 struct cache_info {
        unsigned int ways;
        unsigned int sets;