X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=arch%2Fmicroblaze%2Fkernel%2Fsignal.c;h=c3aebec71c0ce25aaff9ea287a32950df254d396;hb=1930a6e739c4b4a654a69164dbe39e554d228915;hp=23e8a9336a294888685050e428db9f20d31f3754;hpb=626b2dda7651a7c766108db4cdc0825db05b980d;p=linux-2.6-block.git diff --git a/arch/microblaze/kernel/signal.c b/arch/microblaze/kernel/signal.c index 23e8a9336a29..c3aebec71c0c 100644 --- a/arch/microblaze/kernel/signal.c +++ b/arch/microblaze/kernel/signal.c @@ -11,7 +11,7 @@ * * 1997-11-28 Modified for POSIX.1b signals by Richard Henderson * - * This file was was derived from the sh version, arch/sh/kernel/signal.c + * This file was derived from the sh version, arch/sh/kernel/signal.c * * This file is subject to the terms and conditions of the GNU General * Public License. See the file COPYING in the main directory of this @@ -31,7 +31,7 @@ #include #include #include -#include +#include #include #include #include @@ -311,5 +311,5 @@ asmlinkage void do_notify_resume(struct pt_regs *regs, int in_syscall) do_signal(regs, in_syscall); if (test_thread_flag(TIF_NOTIFY_RESUME)) - tracehook_notify_resume(regs); + resume_user_mode_work(regs); }