summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/wbflush.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-mips/wbflush.h')
-rw-r--r--include/asm-mips/wbflush.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-mips/wbflush.h b/include/asm-mips/wbflush.h
index 81c581a2f..3a0b8b8b3 100644
--- a/include/asm-mips/wbflush.h
+++ b/include/asm-mips/wbflush.h
@@ -7,14 +7,14 @@
*
* Copyright (c) 1998 Harald Koerfgen
*
- * $Id: $
+ * $Id: wbflush.h,v 1.1 1999/07/26 19:46:00 harald Exp $
*/
#ifndef __ASM_MIPS_WBFLUSH_H
#define __ASM_MIPS_WBFLUSH_H
-#include <asm/sgidefs.h>
+#include <linux/config.h>
-#if (_MIPS_ISA == _MIPS_ISA_MIPS1)
+#if defined(CONFIG_CPU_HAS_WB)
/*
* R2000 or R3000
*/