Re: [PATCH] openrisc: call do_notify_resume() with interrupts enabled

2013-04-29 Thread Stefan Kristiansson
On Mon, Apr 29, 2013 at 10:12:37AM +0300, Stefan Kristiansson wrote: > A signal delivered through do_notify_resume() would cause the > irqs_disabled() check in _local_bh_enable_ip() to be triggered. > > Enable interrupts before calling do_notify_resume(). > > Signed-off-by: Stefan Kristiansson >

[PATCH] openrisc: call do_notify_resume() with interrupts enabled

2013-04-29 Thread Stefan Kristiansson
A signal delivered through do_notify_resume() would cause the irqs_disabled() check in _local_bh_enable_ip() to be triggered. Enable interrupts before calling do_notify_resume(). Signed-off-by: Stefan Kristiansson --- arch/openrisc/kernel/entry.S | 1 + 1 file changed, 1 insertion(+) diff --gi