]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:38:14 +0000 (14:38 +0200)
commit3584883ffbee58d1d78af1c355a14a891cd215d1
tree47755d31e1ab720bd725cdd59a138192dee09ebd
parentcbe686e759f4f388442029fabd77f383d555c500
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