commit | 77cb942a976a811c0da4aaaa57d75e2915c104bc | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Fri Nov 09 13:23:33 2018 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Feb 04 16:34:35 2019 -0500 |
tree | 4b491bd275554cc2ec2151453dcc5b8e508b0156 | |
parent | 4bb10eeada659405ee02636e4598a4b4beac3ce2 [diff] |
gen_isr_tables: error out on duplicate irqs It's incorrect behavior to call IRQ_CONNECT() on the same IRQ line more than once, but only x86 was catching this. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>