diff -urN ref/arch/i386/mm/extable.c exception-table/arch/i386/mm/extable.c --- ref/arch/i386/mm/extable.c Sun Apr 1 01:17:07 2001 +++ exception-table/arch/i386/mm/extable.c Sun Apr 29 17:09:04 2001 @@ -37,13 +37,13 @@ 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;