commit | 4699923861513671d3f6ade8efb4e56a9a7ecadf | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Wed Feb 02 21:41:14 2011 +0000 |
committer | Thomas Gleixner <tglx@linutronix.de> | Sat Feb 19 12:58:10 2011 +0100 |
tree | 862cda99b9af6fe96fda955107f24a7b5cc97a18 | |
parent | 3b56f0585fd4c02d047dc406668cb40159b2d340 [diff] |
genirq: Consolidate startup/shutdown of interrupts 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>