commit | d0ab1a816ed778325080813a26cb4460b336ead6 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Wed Dec 30 13:45:56 2015 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Feb 05 20:25:13 2016 -0500 |
tree | 2631b5c154ad0d72885883cd400c8f1e9111335a | |
parent | 6043c15ad1deb049dc8cfc7abafac2eca25a51f6 [diff] |
arc: arm: don't use recursion to create _sw_isr_table Causes problems for large values of CONFIG_NUM_IRQS. Some inconsistencies have been noted in how CONFIG_NUM_IRQS is used on these platforms, with bugs filed. This patch preserves existing behavior and has been shown to generate the same number of table entries for both arches using objdump. Change-Id: I1d3ac5466978acb56e88a6dc3cbe7cc09431e94d Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>