From fe53d90d398845567ba0c0340395e97b761e382e Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Thu, 10 Jun 2004 17:50:00 +0000 Subject: [PATCH] Properly indent first paragraph of introduction. Whitespace only. --- .../books/arch-handbook/smp/chapter.sgml | 21 ++++++++++--------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/en_US.ISO8859-1/books/arch-handbook/smp/chapter.sgml b/en_US.ISO8859-1/books/arch-handbook/smp/chapter.sgml index b929283a7b..aec79065c0 100644 --- a/en_US.ISO8859-1/books/arch-handbook/smp/chapter.sgml +++ b/en_US.ISO8859-1/books/arch-handbook/smp/chapter.sgml @@ -29,16 +29,17 @@ Introduction - 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. + + 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. This document is a work-in-progress, and will be updated to reflect on-going design and implementation activities associated