summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/powerpc/rtems/score/cpu.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-13 09:45:15 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-13 09:45:15 +0000
commitb6bf7d535ec27a5c5e82a58705d103e8ba381588 (patch)
tree31a5968e917d318b0922c23e15054f464d6d1e7d /cpukit/score/cpu/powerpc/rtems/score/cpu.h
parent2004-04-12 David Querbach <querbach@realtime.bc.ca> (diff)
downloadrtems-b6bf7d535ec27a5c5e82a58705d103e8ba381588.tar.bz2
2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/score/powerpc.h: New (Copied and renamed from rtems/score/ppc.h) for consistency with other ports. * rtems/score/ppc.h: Deprecation wrapper to rtems/score/powerpc.h. * Makefile.am: Reflect changes above. * rtems/score/cpu.h: Include rtems/score/powerpc.h instead of rtems/score/ppc.h.
Diffstat (limited to 'cpukit/score/cpu/powerpc/rtems/score/cpu.h')
-rw-r--r--cpukit/score/cpu/powerpc/rtems/score/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/cpu/powerpc/rtems/score/cpu.h b/cpukit/score/cpu/powerpc/rtems/score/cpu.h
index a380942c87..2d35a82f4c 100644
--- a/cpukit/score/cpu/powerpc/rtems/score/cpu.h
+++ b/cpukit/score/cpu/powerpc/rtems/score/cpu.h
@@ -5,7 +5,7 @@
#ifndef _rtems_score_cpu_h
#define _rtems_score_cpu_h
-#include <rtems/score/ppc.h> /* pick up machine definitions */
+#include <rtems/score/powerpc.h> /* pick up machine definitions */
#ifndef ASM
#include <rtems/score/types.h>
#endif