powerpc/smp: Do not disable IPI interrupts during suspend
authorZhao Chenhui <chenhui.zhao@freescale.com>
Fri, 20 Jul 2012 12:47:01 +0000 (20:47 +0800)
committerKumar Gala <galak@kernel.crashing.org>
Wed, 19 Sep 2012 13:38:16 +0000 (08:38 -0500)
During suspend, all interrupts including IPI will be disabled. In this case,
the suspend process will hang in SMP. To prevent this, pass the flag
IRQF_NO_SUSPEND when requesting IPI irq.

Signed-off-by: Zhao Chenhui <chenhui.zhao@freescale.com>
Signed-off-by: Li Yang <leoli@freescale.com>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

No differences found