]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
genirq: Consolidate startup/shutdown of interrupts
authorThomas Gleixner <tglx@linutronix.de>
Wed, 2 Feb 2011 21:41:14 +0000 (21:41 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 19 Feb 2011 11:58:10 +0000 (12:58 +0100)
Aside of duplicated code some of the startup/shutdown sites do not
handle the MASKED/DISABLED flags and the depth field at all. Move that
to a helper function and take care of it there.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Peter Zijlstra <peterz@infradead.org>
LKML-Reference: <20110202212551.787481468@linutronix.de>


No differences found