Properly indent first paragraph of introduction. Whitespace only.
This commit is contained in:
parent
5bda823b84
commit
fe53d90d39
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21135
1 changed files with 11 additions and 10 deletions
|
@ -29,16 +29,17 @@
|
||||||
|
|
||||||
<sect1 id="smp-intro">
|
<sect1 id="smp-intro">
|
||||||
<title>Introduction</title>
|
<title>Introduction</title>
|
||||||
<para>This document presents the current design and implementation of
|
|
||||||
the SMPng Architecture. First, the basic primitives and tools are
|
<para>This document presents the current design and implementation
|
||||||
introduced. Next, a general architecture for the FreeBSD kernel's
|
of the SMPng Architecture. First, the basic primitives and
|
||||||
synchronization and execution model is laid out. Then, locking
|
tools are introduced. Next, a general architecture for the
|
||||||
strategies for specific subsystems are discussed, documenting the
|
FreeBSD kernel's synchronization and execution model is laid
|
||||||
approaches taken to introduce fine-grained synchronization and
|
out. Then, locking strategies for specific subsystems are
|
||||||
parallelism for each subsystem. Finally, detailed implementation
|
discussed, documenting the approaches taken to introduce
|
||||||
notes are provided to motivate design choices, and make the reader
|
fine-grained synchronization and parallelism for each subsystem.
|
||||||
aware of important implications involving the use of specific
|
Finally, detailed implementation notes are provided to motivate
|
||||||
primitives. </para>
|
design choices, and make the reader aware of important
|
||||||
|
implications involving the use of specific primitives. </para>
|
||||||
|
|
||||||
<para>This document is a work-in-progress, and will be updated to
|
<para>This document is a work-in-progress, and will be updated to
|
||||||
reflect on-going design and implementation activities associated
|
reflect on-going design and implementation activities associated
|
||||||
|
|
Loading…
Reference in a new issue