summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1997-06-25 19:58:12 +0000
committerRalf Baechle <ralf@linux-mips.org>1997-06-25 19:58:12 +0000
commit0a396a0db4a252bc50e0b6e5a89578e9c53b35eb (patch)
treea7f86df7b463b0bdc6da53ad4d771cba3651d866 /arch/mips/kernel
parenta038605c5838f817472771c66c8c97453a73ee3b (diff)
Generate the struct sigcontext offsets autmatically.
Diffstat (limited to 'arch/mips/kernel')
-rw-r--r--arch/mips/kernel/r2300_fpu.S6
-rw-r--r--arch/mips/kernel/r4k_fpu.S6
-rw-r--r--arch/mips/kernel/r6000_fpu.S6
3 files changed, 12 insertions, 6 deletions
diff --git a/arch/mips/kernel/r2300_fpu.S b/arch/mips/kernel/r2300_fpu.S
index 04a66df4e..fc4e04617 100644
--- a/arch/mips/kernel/r2300_fpu.S
+++ b/arch/mips/kernel/r2300_fpu.S
@@ -1,4 +1,4 @@
-/* $Id: r2300_fpu.S,v 1.1 1996/06/24 06:35:26 dm Exp $
+/*
* r2300_fpu.S: Save/restore floating point context for signal handlers.
*
* This file is subject to the terms and conditions of the GNU General Public
@@ -9,12 +9,14 @@
*
* Multi-arch abstraction and asm macros for easier reading:
* Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)
+ *
+ * $Id: r2300_fpu.S,v 1.2 1997/06/25 14:44:51 ralf Exp $
*/
#include <asm/asm.h>
#include <asm/fpregdef.h>
#include <asm/mipsregs.h>
+#include <asm/offset.h>
#include <asm/regdef.h>
-#include <asm/sigcontext.h>
.set mips3
.set noreorder
diff --git a/arch/mips/kernel/r4k_fpu.S b/arch/mips/kernel/r4k_fpu.S
index 6163b06a1..c5c519f4e 100644
--- a/arch/mips/kernel/r4k_fpu.S
+++ b/arch/mips/kernel/r4k_fpu.S
@@ -1,4 +1,4 @@
-/* $Id: r4k_fpu.S,v 1.3 1996/07/27 09:41:18 dm Exp $
+/*
* r4k_fpu.S: Save/restore floating point context for signal handlers.
*
* This file is subject to the terms and conditions of the GNU General Public
@@ -9,12 +9,14 @@
*
* Multi-arch abstraction and asm macros for easier reading:
* Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)
+ *
+ * $Id: r4k_fpu.S,v 1.2 1997/06/25 14:44:52 ralf Exp $
*/
#include <asm/asm.h>
#include <asm/fpregdef.h>
#include <asm/mipsregs.h>
+#include <asm/offset.h>
#include <asm/regdef.h>
-#include <asm/sigcontext.h>
.set noreorder
.set mips3
diff --git a/arch/mips/kernel/r6000_fpu.S b/arch/mips/kernel/r6000_fpu.S
index 2d06f235f..66d4fa848 100644
--- a/arch/mips/kernel/r6000_fpu.S
+++ b/arch/mips/kernel/r6000_fpu.S
@@ -1,4 +1,4 @@
-/* $Id: r6000_fpu.S,v 1.1 1996/06/24 06:35:28 dm Exp $
+/*
* r6000_fpu.S: Save/restore floating point context for signal handlers.
*
* This file is subject to the terms and conditions of the GNU General Public
@@ -9,12 +9,14 @@
*
* Multi-arch abstraction and asm macros for easier reading:
* Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)
+ *
+ * $Id: r6000_fpu.S,v 1.2 1997/06/25 14:44:52 ralf Exp $
*/
#include <asm/asm.h>
#include <asm/fpregdef.h>
#include <asm/mipsregs.h>
+#include <asm/offset.h>
#include <asm/regdef.h>
-#include <asm/sigcontext.h>
.set noreorder
/* Save floating point context */