summaryrefslogtreecommitdiffstats
path: root/doc/supplements/mips64orion/intr_NOTIMES.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-07-31 00:17:12 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-07-31 00:17:12 +0000
commit0b93b9785601ef8da6b7ae501c55033230d6589c (patch)
tree775300aba4f973e9b6d844c49487f13c99d0ca65 /doc/supplements/mips64orion/intr_NOTIMES.t
parent2002-07-30 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-0b93b9785601ef8da6b7ae501c55033230d6589c.tar.bz2
2002-07-30 Joel Sherrill <joel@OARcorp.com>
* intr_NOTIMES.t, timeBSP.t: Replaced XXX's with real info.
Diffstat (limited to 'doc/supplements/mips64orion/intr_NOTIMES.t')
-rw-r--r--doc/supplements/mips64orion/intr_NOTIMES.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/supplements/mips64orion/intr_NOTIMES.t b/doc/supplements/mips64orion/intr_NOTIMES.t
index 04e4dff717..fd4ca3aa9c 100644
--- a/doc/supplements/mips64orion/intr_NOTIMES.t
+++ b/doc/supplements/mips64orion/intr_NOTIMES.t
@@ -167,7 +167,7 @@ the execution of this section and restores them to the previous
level upon completion of the section. RTEMS has been optimized
to insure that interrupts are disabled for less than
RTEMS_MAXIMUM_DISABLE_PERIOD microseconds on a
-RTEMS_MAXIMUM_DISABLE_PERIOD_MHZ Mhz XXX with
+RTEMS_MAXIMUM_DISABLE_PERIOD_MHZ Mhz processor with
zero wait states. These numbers will vary based the
number of wait states and processor speed present on the target board.
[NOTE: The maximum period with interrupts disabled is hand calculated. This
@@ -189,7 +189,7 @@ interrupt stack is determined by the interrupt_stack_size field
in the CPU Configuration Table. During the initialization
process, RTEMS will install its interrupt stack.
-The XXX port of RTEMS supports a software managed
+The mips64orion port of RTEMS supports a software managed
dedicated interrupt stack on those CPU models which do not
support a separate interrupt stack in hardware.