summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/powerpc/cpu.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-02-12 06:19:20 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-02-12 06:19:20 +0000
commit9f66699283a37870ed82b9d3dc65abcc791327cd (patch)
tree9c8cd40bd1b5c0cecda510a0f101b3a55696a764 /cpukit/score/cpu/powerpc/cpu.c
parent2005-02-12 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-9f66699283a37870ed82b9d3dc65abcc791327cd.tar.bz2
2005-02-12 Ralf Corsepius <ralf.corsepius@rtems.org>
* cpu.c: New (Stub file for consistency with other ports). * Makefile.am: Reflect changes above.
Diffstat (limited to 'cpukit/score/cpu/powerpc/cpu.c')
-rw-r--r--cpukit/score/cpu/powerpc/cpu.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/cpukit/score/cpu/powerpc/cpu.c b/cpukit/score/cpu/powerpc/cpu.c
new file mode 100644
index 0000000000..0004ed57cf
--- /dev/null
+++ b/cpukit/score/cpu/powerpc/cpu.c
@@ -0,0 +1,12 @@
+/*
+ * 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$
+ */
+
+/*
+ * For now, this file is just a stub to work around
+ * structural deficiencies of the powerpc port.
+ */