]> rtime.felk.cvut.cz Git - linux-imx.git/commit
genirq: Add IRQF_FORCE_RESUME
authorThomas Gleixner <tglx@linutronix.de>
Fri, 4 Feb 2011 12:19:20 +0000 (13:19 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 8 Feb 2011 15:36:47 +0000 (16:36 +0100)
commitdc5f219e88294b93009eef946251251ffffb6d60
treed4fd68261803ee6bd90ed4b422053d879352228e
parent100b33c8bd8a3235fd0b7948338d6cbb3db3c63d
genirq: Add IRQF_FORCE_RESUME

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>
include/linux/interrupt.h
kernel/irq/manage.c
kernel/irq/pm.c