]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-alpha/cache.h
doc: move vm/00-INDEX to Documentation/vm
[linux-2.6-omap-h63xx.git] / include / asm-alpha / cache.h
index e69b29501a5f2c5d477f6b375b6c0b6f69f9ea6e..f199e69a5d0b0a83fd39e7d5464a5fa439c79265 100644 (file)
@@ -4,7 +4,6 @@
 #ifndef __ARCH_ALPHA_CACHE_H
 #define __ARCH_ALPHA_CACHE_H
 
-#include <linux/config.h>
 
 /* Bytes per L1 (data) cache line. */
 #if defined(CONFIG_ALPHA_GENERIC) || defined(CONFIG_ALPHA_EV6)
@@ -20,6 +19,5 @@
 
 #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 L1_CACHE_SHIFT
 
 #endif