summaryrefslogtreecommitdiffstats
path: root/include/asm-mips
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-mips')
-rw-r--r--include/asm-mips/cache.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-mips/cache.h b/include/asm-mips/cache.h
index 2eb57fc4c..28f08756e 100644
--- a/include/asm-mips/cache.h
+++ b/include/asm-mips/cache.h
@@ -23,6 +23,11 @@ struct cache_desc {
};
#endif
+/*
+ * Flag definitions
+ */
+#define MIPS_CACHE_NOT_PRESENT 0x00000001
+
#if defined(CONFIG_CPU_R3000) || defined(CONFIG_CPU_R6000)
#define L1_CACHE_BYTES 16
#else