patch-2.4.20 linux-2.4.20/arch/mips64/mm/extable.c
Next file: linux-2.4.20/arch/mips64/mm/fault.c
Previous file: linux-2.4.20/arch/mips64/mm/c-sb1.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/mips64/mm/extable.c
- Orig date:
Sun Sep 9 10:43:02 2001
diff -urN linux-2.4.19/arch/mips64/mm/extable.c linux-2.4.20/arch/mips64/mm/extable.c
@@ -40,13 +40,13 @@
unsigned long search_exception_table(unsigned long addr)
{
unsigned long ret = 0;
- unsigned long flags;
-
+
#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)