commit | 14afc02caad0a3b8d039acb7f210a23e6086443e | [log] [tgz] |
---|---|---|
author | Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> | Thu Dec 24 23:24:32 2020 +0300 |
committer | Andrew Boie <andrewboie@gmail.com> | Mon Jan 04 16:47:51 2021 -0800 |
tree | cef9dfec6644b2cbafd36a24e9370811abb601c1 | |
parent | fbb0327d3e297691be1761b370fb0f49cfa21cb5 [diff] |
isr_tables: adopt _irq_vector_table for using on 64bit architectures As of today generic _irq_vector_table is used only on 32bit architectures and 64bit architectures have their own implementation. Make vectors size adjustable by using uintptr_t instead of uint32_t for vectors. The ARCv3 64 bit HS6x processors are going to be first users for that. Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>