summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-12-04 03:58:56 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-12-04 03:58:56 +0000
commit1d67e90f19a7acfd9a05dc59678e7d0c5090bd0d (patch)
tree357efc7b93f8f5102110d20d293f41360ec212fc /arch/mips/mm
parentaea27b2e18d69af87e673972246e66657b4fa274 (diff)
Merge with Linux 2.3.21.
Diffstat (limited to 'arch/mips/mm')
-rw-r--r--arch/mips/mm/extable.c2
-rw-r--r--arch/mips/mm/fault.c6
2 files changed, 3 insertions, 5 deletions
diff --git a/arch/mips/mm/extable.c b/arch/mips/mm/extable.c
index a92fdc482..bc7cb7ab9 100644
--- a/arch/mips/mm/extable.c
+++ b/arch/mips/mm/extable.c
@@ -8,7 +8,7 @@
extern const struct exception_table_entry __start___ex_table[];
extern const struct exception_table_entry __stop___ex_table[];
-static inline unsigned
+static inline unsigned long
search_one_table(const struct exception_table_entry *first,
const struct exception_table_entry *last,
unsigned long value)
diff --git a/arch/mips/mm/fault.c b/arch/mips/mm/fault.c
index e7c10a50d..a6416c4ca 100644
--- a/arch/mips/mm/fault.c
+++ b/arch/mips/mm/fault.c
@@ -1,4 +1,4 @@
-/* $Id: fault.c,v 1.12 1999/09/28 22:25:48 ralf Exp $
+/* $Id: fault.c,v 1.13 1999/10/09 00:00:58 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
@@ -29,8 +29,6 @@
#define development_version (LINUX_VERSION_CODE & 0x100)
-extern void die(char *, struct pt_regs *, unsigned long write);
-
unsigned long asid_cache = ASID_FIRST_VERSION;
/*
@@ -145,7 +143,7 @@ no_context:
printk(KERN_ALERT "Unable to handle kernel paging request at virtual "
"address %08lx, epc == %08lx, ra == %08lx\n",
address, regs->cp0_epc, regs->regs[31]);
- die("Oops", regs, write);
+ die("Oops", regs);
do_exit(SIGKILL);
/*