m68k: Add helper function handle_kernel_fault()
authorRoman Zippel <zippel@linux-m68k.org>
Tue, 18 Nov 2008 20:25:17 +0000 (21:25 +0100)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Wed, 16 Mar 2011 18:10:40 +0000 (19:10 +0100)
commitdcdf3a293522e6ef09d8b3650ac1ceec56438e5d
treed890d29cd098f39aa742c16eec404e90ef6bd1bc
parent521cb40b0c44418a4fd36dc633f575813d59a43d
m68k: Add helper function handle_kernel_fault()

Add helper function handle_kernel_fault() in signal.c, so frame_extra_sizes
can become static, and to avoid future code duplication.

Signed-off-by: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/include/asm/processor.h
arch/m68k/kernel/signal.c
arch/m68k/mm/fault.c