commit | c427a475b6bc9d3304cca04acdec53464f71f24c | [log] [tgz] |
---|---|---|
author | Shanker Donthineni <shankerd@codeaurora.org> | Sat Sep 23 13:50:19 2017 -0500 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Fri Oct 13 16:30:52 2017 +0100 |
tree | f2f5553d26b36f8890c06f3ba6e1759512a1f78b | |
parent | 4a40aedec653bb9e22c01ef4fe0a66278b1a666f [diff] |
irqchip/gic-v3-its: Fix the incorrect BUG_ON in its_init_vpe_domain() The driver probe path hits 'BUG_ON(entries != vpe_proxy.dev->nr_ites)' on systems where it has VLPI capability, doesn't support direct LPI feature and boot with a single CPU. Relax the BUG_ON() condition to fix the issue. Signed-off-by: Shanker Donthineni <shankerd@codeaurora.org> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>