Skip to content

Commit 0800ceb

Browse files
authored
Merge pull request #312 from eleanorLYJ/change-ch12-title
Change title to 'Synchronization' for better alignment with content
2 parents 0337d8d + d8aab9d commit 0800ceb

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)