From: Felipe Balbi Date: Thu, 13 Oct 2011 08:34:46 +0000 (+0300) Subject: cbus: retu: IRQ demux optimization X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25e1a22119577ddc5b24fbcdbae40c9ff8a34e1b;p=pandora-kernel.git cbus: retu: IRQ demux optimization it's definitely not always that we will have all 16 interrupts fired at the same time, so in order to avoid looping so many times, we are now using ffs() which is implemented (on ARM) using the far better clz instruction. This will save us quite some loops and could improve IRQ latency on Retu significantly (no actual measurements were made, though) Signed-off-by: Felipe Balbi Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed