diff options
Diffstat (limited to 'arch/mips64/kernel/signal.c')
-rw-r--r-- | arch/mips64/kernel/signal.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips64/kernel/signal.c b/arch/mips64/kernel/signal.c index bc21e4d4c..7823efb3b 100644 --- a/arch/mips64/kernel/signal.c +++ b/arch/mips64/kernel/signal.c @@ -1,4 +1,4 @@ -/* $Id: signal.c,v 1.5 1999/10/19 20:51:46 ralf Exp $ +/* $Id: signal.c,v 1.4 2000/01/17 23:32:46 ralf Exp $ * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive @@ -22,7 +22,7 @@ #include <asm/asm.h> #include <asm/bitops.h> -#include <asm/pgtable.h> +#include <asm/pgalloc.h> #include <asm/stackframe.h> #include <asm/uaccess.h> #include <asm/ucontext.h> @@ -618,7 +618,7 @@ asmlinkage int do_signal(sigset_t *oldset, struct pt_regs *regs) case SIGQUIT: case SIGILL: case SIGTRAP: case SIGABRT: case SIGFPE: case SIGSEGV: - case SIGBUS: + case SIGBUS: case SIGSYS: case SIGXCPU: case SIGXFSZ: if (do_coredump(signr, regs)) exit_code |= 0x80; /* FALLTHRU */ |