summaryrefslogtreecommitdiffstats
path: root/doc/supplements/c4x/cpumodel.t
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-01-25 14:54:27 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-01-25 14:54:27 +0000
commit80bdcd7cb55f098eebe361ec6ae6c31557d962c3 (patch)
treec6f3443c2a697f97d760f4b06b8e905f958f7196 /doc/supplements/c4x/cpumodel.t
parent2002-01-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-80bdcd7cb55f098eebe361ec6ae6c31557d962c3.tar.bz2
2003-01-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: New. * c4x.texi, cpumodel.t, timeBSP.t: Various minor changes to get them building.
Diffstat (limited to 'doc/supplements/c4x/cpumodel.t')
-rw-r--r--doc/supplements/c4x/cpumodel.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/supplements/c4x/cpumodel.t b/doc/supplements/c4x/cpumodel.t
index 3a7dbbf694..2aa74314d0 100644
--- a/doc/supplements/c4x/cpumodel.t
+++ b/doc/supplements/c4x/cpumodel.t
@@ -65,7 +65,7 @@ operations may only be performed on a subset of the cpu registers,
these same registers may be used for normal integer operations.
as a result of this, this port of rtems makes no distinction
between integer and floating point contexts. The routine
-@code{_CPU_Context_switch) saves all of the registers that
+@code{_CPU_Context_switch} saves all of the registers that
comprise a task's context. the routines that initialize,
save, and restore floating point contexts are not present
in this port.