summaryrefslogtreecommitdiffstats
path: root/doc/porting/codetuning.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-06 19:46:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-06 19:46:14 +0000
commit23ba9e5a1bfbd5f104efe28defb205119135d26d (patch)
tree2bf40de8972ce6510c542752d2725d716412d32b /doc/porting/codetuning.t
parentRenamed preface.t to preface.texi since it has no automatically (diff)
downloadrtems-23ba9e5a1bfbd5f104efe28defb205119135d26d.tar.bz2
Now builds successfully.
Diffstat (limited to 'doc/porting/codetuning.t')
-rw-r--r--doc/porting/codetuning.t8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/porting/codetuning.t b/doc/porting/codetuning.t
index 734e720d8c..eb3f126f3f 100644
--- a/doc/porting/codetuning.t
+++ b/doc/porting/codetuning.t
@@ -1,6 +1,6 @@
@chapter Code Tuning Parameters
-@subsection Inline Thread_Enable_dispatch
+@section Inline Thread_Enable_dispatch
Should the calls to _Thread_Enable_dispatch be inlined?
@@ -23,7 +23,7 @@ then one subroutine call is avoided entirely.]
#define CPU_INLINE_ENABLE_DISPATCH FALSE
@end example
-@subsection Inline Thread_queue_Enqueue_priority
+@section Inline Thread_queue_Enqueue_priority
Should the body of the search loops in _Thread_queue_Enqueue_priority be
unrolled one time? In unrolled each iteration of the loop examines two
@@ -47,7 +47,7 @@ when setting this parameter.
@end example
-@subsection Structure Alignment Optimization
+@section Structure Alignment Optimization
The following macro may be defined to the attribute setting used to force
alignment of critical RTEMS structures. On some processors it may make
@@ -82,7 +82,7 @@ structures:
#define CPU_STRUCTURE_ALIGNMENT
@end example
-@subsection Data Alignment Requirements
+@section Data Alignment Requirements
@subsection Data Element Alignment