From: Thomas Gleixner Date: Thu, 24 Mar 2011 08:03:45 +0000 (+0100) Subject: sparc: Use the new genirq functionality X-Git-Tag: v2.6.39-rc1~6^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcd8d4f498698265fc0fba1dd376303caea71de4;p=pandora-kernel.git sparc: Use the new genirq functionality Make use of the new features in genirq: 1) Set the chip flag IRCHIP_EOI_IF_HANDLED, which ensures in the core code that irq_eoi() is only called when the interrupt was handled. That removes the extra status check in the callback. 2) Use the preflow handler, which is called from the fasteoi core code before the device handler. That avoids another status check and the open coded handler redirection. Signed-off-by: Thomas Gleixner Cc: sparclinux@vger.kernel.org --- Reading git-diff-tree failed