From: Thomas Gleixner Date: Thu, 3 Feb 2011 19:48:29 +0000 (+0100) Subject: genirq: Add state field to irq_data X-Git-Tag: v2.6.39-rc1~503^2~9^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91c499178139d6597e68db19638e4135510a34b8;p=pandora-kernel.git genirq: Add state field to irq_data Some chip implementations need to access certain status flags. With sparse irqs that requires a lookup of the irq descriptor. Add a state field which contains such flags. Name it in a way which will make coders happy to access it with the proper accessor functions. And it's easy to grep for. Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed