From: Thomas Gleixner Date: Mon, 7 Feb 2011 08:52:27 +0000 (+0100) Subject: genirq: Do not poll disabled, percpu and timer interrupts X-Git-Tag: v2.6.39-rc1~503^2~9^2~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7259cd7af757ddcd65701c37099dcddae2054f0;p=pandora-kernel.git genirq: Do not poll disabled, percpu and timer interrupts There is no point in polling disabled lines. percpu does not make sense at all because we only poll on the cpu we're currently running on. Also polling per_cpu interrupts is racy as hell. The handler runs without locking so we might get a huge surprise. If the timer interrupt needs polling, then we wont get there anyway. Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed