From: Benjamin Herrenschmidt Date: Thu, 29 Jun 2006 09:25:00 +0000 (-0700) Subject: [PATCH] genirq: add IRQ_TYPE_SENSE_MASK X-Git-Tag: v2.6.18-rc1~365 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f210be198ddd3f54b17d4aa6e69b829f75f226e5;p=pandora-kernel.git [PATCH] genirq: add IRQ_TYPE_SENSE_MASK Add a #define for the mask of the part of IRQ_TYPE that represents the trigger type. I use that in my in-progress work as I've standardized the way the irq description in the firmware device-tree get translated to linux useable things by using those constants. Having this mask to isolate the "trigger type" part of the flags is useful in a few places. Signed-off-by: Benjamin Herrenschmidt Acked-by: Thomas Gleixner Cc: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed