X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Fcris%2Farch-v32%2Fkernel%2Fsignal.c;h=0b7e3f143281c435e5ff5d836fbb23b762758c5d;hb=5a0e3ad6af8660be21ca98a971cd00f331318c05;hp=da7d2be000bae4c36730c47b4d2b1af7f07baade;hpb=572acc41274522b865440d0644d5f986e3c83755;p=pandora-kernel.git diff --git a/arch/cris/arch-v32/kernel/signal.c b/arch/cris/arch-v32/kernel/signal.c index da7d2be000ba..0b7e3f143281 100644 --- a/arch/cris/arch-v32/kernel/signal.c +++ b/arch/cris/arch-v32/kernel/signal.c @@ -4,6 +4,7 @@ #include #include +#include #include #include #include @@ -456,7 +457,7 @@ give_sigsegv: return -EFAULT; } -/* Invoke a singal handler to, well, handle the signal. */ +/* Invoke a signal handler to, well, handle the signal. */ static inline int handle_signal(int canrestart, unsigned long sig, siginfo_t *info, struct k_sigaction *ka,