commit | 23d1b35fb5766e77e46cc52e2eb6fdfedd2c88c4 | [log] [tgz] |
---|---|---|
author | Alexey Brodkin <abrodkin@synopsys.com> | Tue Feb 24 17:08:44 2015 +0300 |
committer | Alexey Brodkin <abrodkin@synopsys.com> | Fri Apr 03 09:47:49 2015 +0300 |
tree | 7b5843ebfca7e2842642f546bb08a5ae13bad88a | |
parent | 7a5f30d6b97030492614aed69a6dd7db71b7695e [diff] |
arc: move low-level interrupt and exception handlers in a separate file This separation makes maintenance of code easier because those low-level interrupt- or exception handling routines are pretty static and usually require not much care while start-up code is a subject of modifications and enhancements. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>