From bf0a3b24e0c55c352b9ed5d3b96c9c00cfbdacb5 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 6 Nov 2007 23:33:59 +0000 Subject: [PATCH] 2007-11-06 Joel Sherrill * cpu.c: Fix headers. --- cpukit/score/cpu/arm/ChangeLog | 4 ++++ cpukit/score/cpu/arm/cpu.c | 1 + 2 files changed, 5 insertions(+) diff --git a/cpukit/score/cpu/arm/ChangeLog b/cpukit/score/cpu/arm/ChangeLog index 780fd18bb8..760adf21de 100644 --- a/cpukit/score/cpu/arm/ChangeLog +++ b/cpukit/score/cpu/arm/ChangeLog @@ -1,3 +1,7 @@ +2007-11-06 Joel Sherrill + + * cpu.c: Fix headers. + 2007-11-03 Ray Xu * cpu.c, cpu_asm.S, score/cpu.h : add support for ARM<->THUMB veneer diff --git a/cpukit/score/cpu/arm/cpu.c b/cpukit/score/cpu/arm/cpu.c index 87593aa019..ed8f3fdb3d 100644 --- a/cpukit/score/cpu/arm/cpu.c +++ b/cpukit/score/cpu/arm/cpu.c @@ -12,6 +12,7 @@ * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * + * $Id$ */ #include