mips-enable-interrupts-in-signal.patch

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
Thomas Gleixner 2011-07-18 21:32:10 +02:00 committed by Alibek Omarov
parent 2e358666fe
commit f45e1f07d6
1 changed files with 1 additions and 0 deletions

View File

@ -575,6 +575,7 @@ asmlinkage void do_notify_resume(struct pt_regs *regs, void *unused,
__u32 thread_info_flags)
{
local_irq_enable();
preempt_check_resched();
user_exit();