get_signal_to_deliver() calls try_to_freeze() which might sleep. Cc: David Howells <dhowells@xxxxxxxxxx> Cc: Koichi Yasutake <yasutake.koichi@xxxxxxxxxxxxxxxx> Cc: linux-am33-list@xxxxxxxxxx Signed-off-by: Richard Weinberger <richard@xxxxxx> --- arch/mn10300/kernel/signal.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/arch/mn10300/kernel/signal.c b/arch/mn10300/kernel/signal.c index 890cf91..4a6c212 100644 --- a/arch/mn10300/kernel/signal.c +++ b/arch/mn10300/kernel/signal.c @@ -23,6 +23,7 @@ #include <linux/personality.h> #include <linux/suspend.h> #include <linux/tracehook.h> +#include <linux/irqflags.h> #include <asm/cacheflush.h> #include <asm/ucontext.h> #include <asm/uaccess.h> @@ -537,6 +538,8 @@ static void do_signal(struct pt_regs *regs) */ asmlinkage void do_notify_resume(struct pt_regs *regs, u32 thread_info_flags) { + local_irq_enable(); + /* Pending single-step? */ if (thread_info_flags & _TIF_SINGLESTEP) { #ifndef CONFIG_MN10300_USING_JTAG -- 1.7.7.3 -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html