diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-06-25 19:58:12 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1997-06-25 19:58:12 +0000 |
commit | 0a396a0db4a252bc50e0b6e5a89578e9c53b35eb (patch) | |
tree | a7f86df7b463b0bdc6da53ad4d771cba3651d866 /arch/mips/kernel/r2300_fpu.S | |
parent | a038605c5838f817472771c66c8c97453a73ee3b (diff) |
Generate the struct sigcontext offsets autmatically.
Diffstat (limited to 'arch/mips/kernel/r2300_fpu.S')
-rw-r--r-- | arch/mips/kernel/r2300_fpu.S | 6 |
1 files changed, 4 insertions, 2 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 |