arc: move low-level interrupt and exception handlers in a separate file
authorAlexey Brodkin <abrodkin@synopsys.com>
Tue, 24 Feb 2015 14:08:44 +0000 (17:08 +0300)
committerAlexey Brodkin <abrodkin@synopsys.com>
Fri, 3 Apr 2015 06:47:49 +0000 (09:47 +0300)
commit8ee28251d95e237302c7c44929e59a813e147622
tree7b5843ebfca7e2842642f546bb08a5ae13bad88a
parent4d93617d87285f01f450a30584520369ff3585d2
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>
arch/arc/lib/Makefile
arch/arc/lib/ints_low.S [new file with mode: 0644]
arch/arc/lib/start.S