Properly indent first paragraph of introduction. Whitespace only.

This commit is contained in:
John Baldwin 2004-06-10 17:50:00 +00:00
parent 5bda823b84
commit fe53d90d39
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21135

View file

@ -29,16 +29,17 @@
<sect1 id="smp-intro">
<title>Introduction</title>
<para>This document presents the current design and implementation of
the SMPng Architecture. First, the basic primitives and tools are
introduced. Next, a general architecture for the FreeBSD kernel's
synchronization and execution model is laid out. Then, locking
strategies for specific subsystems are discussed, documenting the
approaches taken to introduce fine-grained synchronization and
parallelism for each subsystem. Finally, detailed implementation
notes are provided to motivate design choices, and make the reader
aware of important implications involving the use of specific
primitives. </para>
<para>This document presents the current design and implementation
of the SMPng Architecture. First, the basic primitives and
tools are introduced. Next, a general architecture for the
FreeBSD kernel's synchronization and execution model is laid
out. Then, locking strategies for specific subsystems are
discussed, documenting the approaches taken to introduce
fine-grained synchronization and parallelism for each subsystem.
Finally, detailed implementation notes are provided to motivate
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
reflect on-going design and implementation activities associated