commit | d6a7c5c84f5ddab54717914ad293ed9d99d644ff | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Mon Sep 08 17:54:57 2014 -0700 |
committer | Tony Lindgren <tony@atomide.com> | Thu Sep 11 13:05:49 2014 -0700 |
tree | 7c22de102bddd3607282a07f859d346ca1e47381 | |
parent | 52b1e1291334d79bb3d2fcaec15f7fc42eedbd83 [diff] |
arm: omap: irq: get rid of ifdef hack we don't need the ifdef if we have omap_nr_pending telling us how many pending registers we have on current platform. This solves a possible problem where we could try to handle bogus interrupts on OMAP2 and OMAP3 if using single zImage kernel, because we would end up reading the following pending FIQ register. Signed-off-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>