From: Thomas Gleixner Date: Mon, 7 Feb 2011 19:19:55 +0000 (+0100) Subject: genirq: Add internal state field to irq_desc X-Git-Tag: v2.6.39-rc1~503^2~9^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbec07bac614a61e3392c1e7c08cc6a49ad43f7a;p=pandora-kernel.git 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 --- Reading git-diff-tree failed