summaryrefslogtreecommitdiffstats
path: root/doc/supplements/sparc
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-05-22 08:10:04 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-05-22 08:10:04 +0000
commitaa84e205daf4e883806cf6812b025ebe8b90eb53 (patch)
tree2b80ea66d1be97c572cad6fc4a5839aa10dfba4e /doc/supplements/sparc
parent2003-05-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-aa84e205daf4e883806cf6812b025ebe8b90eb53.tar.bz2
Merger from rtems-4-6-branch
Diffstat (limited to 'doc/supplements/sparc')
-rw-r--r--doc/supplements/sparc/ChangeLog4
-rw-r--r--doc/supplements/sparc/cpumodel.t4
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/supplements/sparc/ChangeLog b/doc/supplements/sparc/ChangeLog
index 5f03b498a6..84477cb93f 100644
--- a/doc/supplements/sparc/ChangeLog
+++ b/doc/supplements/sparc/ChangeLog
@@ -1,3 +1,7 @@
+2003-05-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * cpumodel.t: Reflect c/src/exec having moved to cpukit.
+
2003-01-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* sparc.texi: Set @setfilename sparc.info.
diff --git a/doc/supplements/sparc/cpumodel.t b/doc/supplements/sparc/cpumodel.t
index 13732cac09..e371d35dc2 100644
--- a/doc/supplements/sparc/cpumodel.t
+++ b/doc/supplements/sparc/cpumodel.t
@@ -50,7 +50,7 @@ present.
This section presents the set of features which vary
across SPARC implementations and are of importance to RTEMS.
The set of CPU model feature macros are defined in the file
-c/src/exec/score/cpu/sparc/sparc.h based upon the particular CPU
+cpukit/score/cpu/sparc/sparc.h based upon the particular CPU
model defined on the compilation command line.
@subsection CPU Model Name
@@ -85,7 +85,7 @@ only include eight.
The macro SPARC_HAS_LOW_POWER_MODE is set to one to
indicate that this CPU model has a low power mode. If low power
is enabled, then there must be CPU model specific implementation
-of the IDLE task in c/src/exec/score/cpu/sparc/cpu.c. The low
+of the IDLE task in cpukit/score/cpu/sparc/cpu.c. The low
power mode IDLE task should be of the form:
@example