commit | dbec07bac614a61e3392c1e7c08cc6a49ad43f7a | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Mon Feb 07 20:19:55 2011 +0100 |
committer | Thomas Gleixner <tglx@linutronix.de> | Sat Feb 19 12:58:14 2011 +0100 |
tree | df584e74c8b2fcbe10cce70fd910b4482093fe9a | |
parent | 35e857cbeb24e75c6f9a9312ac30454eee8c5950 [diff] |
genirq: Add internal state field to irq_desc That field will contain internal state information which is not going to be exposed to anything outside the core code - except via accessor functions. I'm tired of everyone fiddling in irq_desc.status. core_internal_state__do_not_mess_with_it is clear enough, annoying to type and easy to grep for. Offenders will be tracked down and slapped with stinking trouts. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>