summaryrefslogtreecommitdiffstats
path: root/doc/supplements/sparc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-02-11 14:50:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-02-11 14:50:31 +0000
commit9aceddaf7c4ba29477f1d5a682a21e17a597e5fb (patch)
treed80eafa9cefc459ff09356a279f5973b87b758e8 /doc/supplements/sparc
parentRobin Kirkham reported that the install point was incorrect in this file. (diff)
downloadrtems-9aceddaf7c4ba29477f1d5a682a21e17a597e5fb.tar.bz2
updates
Diffstat (limited to 'doc/supplements/sparc')
-rw-r--r--doc/supplements/sparc/bsp.t6
-rw-r--r--doc/supplements/sparc/bsp.texi6
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/supplements/sparc/bsp.t b/doc/supplements/sparc/bsp.t
index 727941b777..6930065cab 100644
--- a/doc/supplements/sparc/bsp.t
+++ b/doc/supplements/sparc/bsp.t
@@ -70,7 +70,7 @@ management. However, interrupts should be disabled by setting
the Processor Interrupt Level (pil) field of the psr to 15.
RTEMS installs it's own Trap Table as part of initialization
which is initialized with the contents of the Trap Table in
-place when the rtems_initialize_executive directive was invoked.
+place when the @code{rtems_initialize_executive} directive was invoked.
Upon completion of executive initialization, interrupts are
enabled.
@@ -82,7 +82,7 @@ In addition to the requirements described in the
Board Support Packages chapter of the @value{LANGUAGE}
Applications User's Manual for the reset code
which is executed before the call to
-rtems_initialize executive, the SPARC version has the following
+@code{rtems_initialize_executive}, the SPARC version has the following
specific requirements:
@itemize @bullet
@@ -91,7 +91,7 @@ the SPARC remains in the supervisor state.
@item Must set stack pointer (sp) such that a minimum stack
size of MINIMUM_STACK_SIZE bytes is provided for the
-rtems_initialize executive directive.
+@code{rtems_initialize_executive} directive.
@item Must disable all external interrupts (i.e. set the pil
to 15).
diff --git a/doc/supplements/sparc/bsp.texi b/doc/supplements/sparc/bsp.texi
index 727941b777..6930065cab 100644
--- a/doc/supplements/sparc/bsp.texi
+++ b/doc/supplements/sparc/bsp.texi
@@ -70,7 +70,7 @@ management. However, interrupts should be disabled by setting
the Processor Interrupt Level (pil) field of the psr to 15.
RTEMS installs it's own Trap Table as part of initialization
which is initialized with the contents of the Trap Table in
-place when the rtems_initialize_executive directive was invoked.
+place when the @code{rtems_initialize_executive} directive was invoked.
Upon completion of executive initialization, interrupts are
enabled.
@@ -82,7 +82,7 @@ In addition to the requirements described in the
Board Support Packages chapter of the @value{LANGUAGE}
Applications User's Manual for the reset code
which is executed before the call to
-rtems_initialize executive, the SPARC version has the following
+@code{rtems_initialize_executive}, the SPARC version has the following
specific requirements:
@itemize @bullet
@@ -91,7 +91,7 @@ the SPARC remains in the supervisor state.
@item Must set stack pointer (sp) such that a minimum stack
size of MINIMUM_STACK_SIZE bytes is provided for the
-rtems_initialize executive directive.
+@code{rtems_initialize_executive} directive.
@item Must disable all external interrupts (i.e. set the pil
to 15).