]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/asm-mips/cache.h
ACPI: Fix thermal shutdowns
[karo-tx-linux.git] / include / asm-mips / cache.h
index 1a5d1a669db382e4a2e398704b4052eddc083797..37f175c42bb5530c9c7c76655cb54e94722597fe 100644 (file)
@@ -9,13 +9,11 @@
 #ifndef _ASM_CACHE_H
 #define _ASM_CACHE_H
 
-#include <linux/config.h>
 #include <kmalloc.h>
 
 #define L1_CACHE_SHIFT         CONFIG_MIPS_L1_CACHE_SHIFT
 #define L1_CACHE_BYTES         (1 << L1_CACHE_SHIFT)
 
-#define L1_CACHE_SHIFT_MAX     6
 #define SMP_CACHE_SHIFT                L1_CACHE_SHIFT
 #define SMP_CACHE_BYTES                L1_CACHE_BYTES