From c7ca3c9e4ea014962ca9a992e70394d289ff15fc Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 6 Nov 2007 23:00:29 +0000 Subject: 2007-11-06 Joel Sherrill * thumb_isr.c: Fix headers. --- cpukit/score/cpu/arm/thumb/ChangeLog | 4 ++++ cpukit/score/cpu/arm/thumb/thumb_isr.c | 11 +++++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) (limited to 'cpukit') diff --git a/cpukit/score/cpu/arm/thumb/ChangeLog b/cpukit/score/cpu/arm/thumb/ChangeLog index 6a35e22e9c..65249bf529 100644 --- a/cpukit/score/cpu/arm/thumb/ChangeLog +++ b/cpukit/score/cpu/arm/thumb/ChangeLog @@ -1,3 +1,7 @@ +2007-11-06 Joel Sherrill + + * thumb_isr.c: Fix headers. + 2007-11-06 Joel Sherrill * .cvsignore, ChangeLog, Makefile.am, thumb_isr.c: New files. diff --git a/cpukit/score/cpu/arm/thumb/thumb_isr.c b/cpukit/score/cpu/arm/thumb/thumb_isr.c index 34a38a06de..4460c7e78e 100644 --- a/cpukit/score/cpu/arm/thumb/thumb_isr.c +++ b/cpukit/score/cpu/arm/thumb/thumb_isr.c @@ -1,6 +1,13 @@ /* -* The thumb mode do not support multi-level ISR, only disable and enable -*/ + * The thumb mode do not support multi-level ISR, only disable and enable + * + * The license and distribution terms for this file may be + * found in the file LICENSE in this distribution or at + * http://www.rtems.com/license/LICENSE. + * + * $Id$ + */ + #include #if (defined(__THUMB_INTERWORK__) || defined(__thumb__)) -- cgit v1.2.3