From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexey Brodkin Date: Fri, 3 Apr 2015 16:26:15 +0000 Subject: [U-Boot] [PATCH v2 3/7] arc: move low-level interrupt and exception handlers in a separate file In-Reply-To: <1427796536-30035-4-git-send-email-abrodkin@synopsys.com> References: <1427796536-30035-1-git-send-email-abrodkin@synopsys.com> <1427796536-30035-4-git-send-email-abrodkin@synopsys.com> Message-ID: <1428078374.2836.15.camel@synopsys.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 2015-03-31 at 13:08 +0300, Alexey Brodkin wrote: > 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 Applied, thanks. -Alexey