From: Thomas Gleixner Date: Mon, 7 Feb 2011 20:48:49 +0000 (+0100) Subject: genirq: Add IRQ_INPROGRESS to core X-Git-Tag: v2.6.39-rc1~503^2~9^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=009b4c3b8ad584b3462734127a5bec680d5d6af4;p=pandora-kernel.git genirq: Add IRQ_INPROGRESS to core We need to maintain the flag for now in both fields status and istate. Add a CONFIG_GENERIC_HARDIRQS_NO_COMPAT switch to allow testing w/o the status one. Wrap the access to status IRQ_INPROGRESS in a inline which can be turned of with CONFIG_GENERIC_HARDIRQS_NO_COMPAT along with the define. There is no reason that anything outside of core looks at this. That needs some modifications, but we'll get there. Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed