patch-2.4.20 linux-2.4.20/arch/mips/mm/extable.c
Next file: linux-2.4.20/arch/mips/mm/fault.c
Previous file: linux-2.4.20/arch/mips/mm/c-tx49.c
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Thu Nov 28 15:53:10 2002
- Orig file:
linux-2.4.19/arch/mips/mm/extable.c
- Orig date:
Wed Jul 4 11:50:39 2001
diff -urN linux-2.4.19/arch/mips/mm/extable.c linux-2.4.20/arch/mips/mm/extable.c
@@ -36,14 +36,13 @@
search_exception_table(unsigned long addr)
{
unsigned long ret = 0;
-
+
#ifndef CONFIG_MODULES
/* There is only the kernel to search. */
ret = search_one_table(__start___ex_table, __stop___ex_table-1, addr);
return ret;
#else
unsigned long flags;
-
/* The kernel is the last "module" -- no need to treat it special. */
struct module *mp;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)