From: Thomas Gleixner Date: Wed, 9 Feb 2011 12:16:52 +0000 (+0100) Subject: genirq: Protect tglx from tripping over his own feet X-Git-Tag: v2.6.39-rc1~503^2~9^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6bea9c404699223322d7411c6f2ceaec02fa83c;p=pandora-kernel.git genirq: Protect tglx from tripping over his own feet The irq_desc.status field will either go away or renamed to settings. Anyway we need to maintain compatibility to avoid breaking the world and some more. While moving bits into the core, I need to avoid that I use any of the still existing IRQ_ bits in the core code by typos. So that file will hold the inline wrappers and some nasty CPP tricks to break the build when typoed. Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed