patch-2.1.36 linux/arch/m68k/mm/extable.c

Next file: linux/arch/m68k/mm/fault.c
Previous file: linux/arch/m68k/lib/semaphore.S
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.35/linux/arch/m68k/mm/extable.c linux/arch/m68k/mm/extable.c
@@ -46,7 +46,7 @@
 		if (mp->ex_table_start == NULL)
 			continue;
 		ret = search_one_table(mp->ex_table_start,
-				       mp->ex_table_stop-1, addr);
+				       mp->ex_table_end-1, addr);
 		if (ret) return ret;
 	}
 #endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov