From 3411bac46490ca8ecf6fdc0be01f7a20d10577df Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 13 Apr 2004 14:59:51 +0000 Subject: 2004-04-13 Ralf Corsepius * asm.h: Include rtems/score/powerpc.h instead of rtems/score/ppc.h. --- cpukit/score/cpu/powerpc/ChangeLog | 5 +++++ cpukit/score/cpu/powerpc/asm.h | 2 +- cpukit/score/cpu/powerpc/rtems/asm.h | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) (limited to 'cpukit') diff --git a/cpukit/score/cpu/powerpc/ChangeLog b/cpukit/score/cpu/powerpc/ChangeLog index ff998b663d..62f3d41875 100644 --- a/cpukit/score/cpu/powerpc/ChangeLog +++ b/cpukit/score/cpu/powerpc/ChangeLog @@ -1,3 +1,8 @@ +2004-04-13 Ralf Corsepius + + * asm.h: Include rtems/score/powerpc.h instead of + rtems/score/ppc.h. + 2004-04-13 Ralf Corsepius * rtems/score/powerpc.h: New (Copied and renamed from rtems/score/ppc.h) diff --git a/cpukit/score/cpu/powerpc/asm.h b/cpukit/score/cpu/powerpc/asm.h index 74dc28e57d..4b36696efd 100644 --- a/cpukit/score/cpu/powerpc/asm.h +++ b/cpukit/score/cpu/powerpc/asm.h @@ -37,7 +37,7 @@ #define ASM #endif #include -#include +#include /* * Recent versions of GNU cpp define variables which indicate the diff --git a/cpukit/score/cpu/powerpc/rtems/asm.h b/cpukit/score/cpu/powerpc/rtems/asm.h index 74dc28e57d..4b36696efd 100644 --- a/cpukit/score/cpu/powerpc/rtems/asm.h +++ b/cpukit/score/cpu/powerpc/rtems/asm.h @@ -37,7 +37,7 @@ #define ASM #endif #include -#include +#include /* * Recent versions of GNU cpp define variables which indicate the -- cgit v1.2.3