aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/include/asm/processor.h
diff options
context:
space:
mode:
authorRoman Zippel <zippel@linux-m68k.org>2008-11-18 21:25:17 +0100
committerGeert Uytterhoeven <geert@linux-m68k.org>2011-03-16 19:10:40 +0100
commitdcdf3a293522e6ef09d8b3650ac1ceec56438e5d (patch)
treed890d29cd098f39aa742c16eec404e90ef6bd1bc /arch/m68k/include/asm/processor.h
parent521cb40b0c44418a4fd36dc633f575813d59a43d (diff)
downloadkernel_samsung_smdk4412-dcdf3a293522e6ef09d8b3650ac1ceec56438e5d.zip
kernel_samsung_smdk4412-dcdf3a293522e6ef09d8b3650ac1ceec56438e5d.tar.gz
kernel_samsung_smdk4412-dcdf3a293522e6ef09d8b3650ac1ceec56438e5d.tar.bz2
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>
Diffstat (limited to 'arch/m68k/include/asm/processor.h')
-rw-r--r--arch/m68k/include/asm/processor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/m68k/include/asm/processor.h b/arch/m68k/include/asm/processor.h
index 278c69b..f111b02 100644
--- a/arch/m68k/include/asm/processor.h
+++ b/arch/m68k/include/asm/processor.h
@@ -113,6 +113,8 @@ static inline void start_thread(struct pt_regs * regs, unsigned long pc,
wrusp(usp);
}
+extern int handle_kernel_fault(struct pt_regs *regs);
+
#else
/*