]> git.karo-electronics.de Git - linux-beck.git/blobdiff - include/asm-parisc/cache.h
[PATCH] Kill L1_CACHE_SHIFT_MAX
[linux-beck.git] / include / asm-parisc / cache.h
index 5da72e38bdde4dd8a0599ac95e1f7d611319b233..38d201b5652dccd74e8ba4e1181e89be4ccba7c4 100644 (file)
@@ -28,7 +28,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 5   /* largest L1 which this arch supports */
 
 extern void flush_data_cache_local(void);  /* flushes local data-cache only */
 extern void flush_instruction_cache_local(void); /* flushes local code-cache only */