patch-2.4.19 linux-2.4.19/arch/cris/mm/extable.c
Next file: linux-2.4.19/arch/cris/mm/fault.c
Previous file: linux-2.4.19/arch/cris/kernel/time.c
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
Fri Aug 2 17:39:42 2002
- Orig file:
linux-2.4.18/arch/cris/mm/extable.c
- Orig date:
Mon Oct 8 11:43:54 2001
diff -urN linux-2.4.18/arch/cris/mm/extable.c linux-2.4.19/arch/cris/mm/extable.c
@@ -2,6 +2,9 @@
* linux/arch/cris/mm/extable.c
*
* $Log: extable.c,v $
+ * Revision 1.4 2002/03/19 15:21:10 bjornw
+ * Fixed warning
+ *
* Revision 1.3 2001/09/27 13:52:40 bjornw
* Harmonize underscore-ness with other parts
*
@@ -39,13 +42,12 @@
unsigned long
search_exception_table(unsigned long addr)
{
- unsigned long ret;
-
#ifndef CONFIG_MODULES
/* There is only the kernel to search. */
return search_one_table(__start___ex_table, __stop___ex_table-1, addr);
#else
/* The kernel is the last "module" -- no need to treat it special. */
+ unsigned long ret;
struct module *mp;
for (mp = module_list; mp != NULL; mp = mp->next) {
if (mp->ex_table_start == NULL)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)