Skip to content

Commit d8aab9d

Browse files
committed
Change title to 'Synchronization' for better alignment with content
Since the primary focus of Chapter 12 is on the techniques used to synchronize access to shared resources in a multi-CPU environment, changing the title to 'Synchronization' would better reflect the content and improve clarity.
1 parent 0337d8d commit d8aab9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lkmpg.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -1672,7 +1672,7 @@ \subsection{Completions}
16721672

16731673
\samplec{examples/completions.c}
16741674

1675-
\section{Avoiding Collisions and Deadlocks}
1675+
\section{Synchronization}
16761676
\label{sec:synchronization}
16771677
If processes running on different CPUs or in different threads try to access the same memory, then it is possible that strange things can happen or your system can lock up.
16781678
To avoid this, various types of mutual exclusion kernel functions are available.

0 commit comments

Comments
 (0)