summaryrefslogtreecommitdiffstats
path: root/doc/user/bsp.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-27 13:24:21 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-27 13:24:21 +0000
commit4fa4ea6512e536539bbcb475374cbb6b91a66d7e (patch)
tree35b8a2a3cc5e9049c1d8863f965589bde5cdea1c /doc/user/bsp.t
parentAttempting to add variable so that in C all constants start with RTEMS_ (diff)
downloadrtems-4fa4ea6512e536539bbcb475374cbb6b91a66d7e.tar.bz2
Added Hitachi SH
Diffstat (limited to 'doc/user/bsp.t')
-rw-r--r--doc/user/bsp.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/bsp.t b/doc/user/bsp.t
index 9e4ccbf50e..dcef8a073e 100644
--- a/doc/user/bsp.t
+++ b/doc/user/bsp.t
@@ -96,7 +96,7 @@ following requirements:
must leave the processor in the most privileged, or supervisory,
state.
-@item Must allocate a stack of at least @code{MINIMUM_STACK_SIZE}
+@item Must allocate a stack of at least @code{@value{RPREFIX}MINIMUM_STACK_SIZE}
bytes and initialize the stack pointer for the
initialize_executive directive.
@@ -141,7 +141,7 @@ stack usage must account for the following requirements:
@end itemize
The size of the interrupt stack must be greater than
-or equal to the constant @code{MINIMUM_STACK_SIZE}.
+or equal to the constant @code{@value{RPREFIX}MINIMUM_STACK_SIZE}.
@ifinfo
@node Processors with a Separate Interrupt Stack, Processors without a Separate Interrupt Stack, Interrupt Stack Requirements, Board Support Packages Reset and Initialization