]> git.karo-electronics.de Git - karo-tx-linux.git/commit
genirq: Add IRQF_FORCE_RESUME
authorThomas Gleixner <tglx@linutronix.de>
Fri, 4 Feb 2011 12:19:20 +0000 (13:19 +0100)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 17 May 2012 15:20:54 +0000 (11:20 -0400)
commite1886da371325371ee3d6c4ec30cc389552646ff
treef08982affe73b895a4e88c373b3bf0e6180081df
parentcafd708df3180406fbc0254d1777ddc19213d533
genirq: Add IRQF_FORCE_RESUME

commit dc5f219e88294b93009eef946251251ffffb6d60 upstream.

Xen needs to reenable interrupts which are marked IRQF_NO_SUSPEND in the
resume path. Add a flag to force the reenabling in the resume code.

Tested-and-acked-by: Ian Campbell <Ian.Campbell@eu.citrix.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
include/linux/interrupt.h
kernel/irq/manage.c
kernel/irq/pm.c