commit | 2ee9aca31a39e9e614d06ae5088522e528a98264 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Wed Jan 27 12:19:15 2016 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Feb 05 20:25:25 2016 -0500 |
tree | 0a0366a688932c03e70fb74bfb58dccd1fe7cfeb | |
parent | ba15d18d947c33e9d88d644ad07aef60c53e3b77 [diff] |
irq: size _irq_to_interrupt_vector_table Most systems have far less than 256 IRQ lines available, so save some bytes in ROM by making this a config option. On systems with MVIC, omit the table entirely as the mapping is fixed. The build cmd_gen_idt is slightly easier to read and will fail immediately if any of the commands in the sequence error out. Change-Id: I411f114557591e5cd96b618e6f79f97e8bedadf0 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>