summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/stackframe.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/stackframe.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/stackframe.h')
-rw-r--r--include/asm-mips/stackframe.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/asm-mips/stackframe.h b/include/asm-mips/stackframe.h
index 68c8eabb6..1c02b93d9 100644
--- a/include/asm-mips/stackframe.h
+++ b/include/asm-mips/stackframe.h
@@ -3,13 +3,14 @@
*
* Copyright (C) 1994, 1995, 1996 by Ralf Baechle and Paul M. Antoine.
*
- * $Id: stackframe.h,v 1.8 1999/05/01 10:08:19 harald Exp $
+ * $Id: stackframe.h,v 1.9 1999/07/26 19:42:44 harald Exp $
*/
#ifndef __ASM_MIPS_STACKFRAME_H
#define __ASM_MIPS_STACKFRAME_H
#include <asm/asm.h>
#include <asm/offset.h>
+#include <linux/config.h>
#define SAVE_AT \
sw $1, PT_R1(sp)
@@ -128,7 +129,7 @@
lw $23, PT_R23(sp); \
lw $30, PT_R30(sp)
-#if (_MIPS_ISA == _MIPS_ISA_MIPS1)
+#if defined(CONFIG_CPU_R3000)
#define RESTORE_SOME \
.set push; \