]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/asm-sparc/cache.h
Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
[mirror_ubuntu-artful-kernel.git] / include / asm-sparc / cache.h
index a10522cb21b7d311b698f48b7a751b216a10dad6..cb971e88aea4f7b3a355a1b2505df188d432fec2 100644 (file)
@@ -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