summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/wbflush.h
diff options
context:
space:
mode:
authorHarald Koerfgen <hkoerfg@web.de>1999-08-13 17:07:25 +0000
committerHarald Koerfgen <hkoerfg@web.de>1999-08-13 17:07:25 +0000
commit847f8ee407875af42d99ed968bdaf7e330dcc29c (patch)
treef8cb6dc77e995dcbcb08e40e315cfa3667d9fd71 /include/asm-mips/wbflush.h
parent4d912d3f512450d6dd88c1c42a8df0bc8701c6d3 (diff)
Made implicit assumptions about the availability of some CPU capabilities on certain ISA levels explicitely configurable
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
*/