Docs: SMP: add an SMP docbook chapter

Add SMP primitives to the core-api documentation.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Thomas Gleixner <tglx@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20260625210331.1050915-1-rdunlap@infradead.org>
This commit is contained in:
Randy Dunlap
2026-07-15 10:51:27 -06:00
committed by Jonathan Corbet
parent 887cf4c5e8
commit 6c502df8b6
2 changed files with 12 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
.. SPDX-License-Identifier: GPL-2.0+
==============
SMP primitives
==============
.. kernel-doc:: include/linux/smp.h
:internal:
.. kernel-doc:: kernel/smp.c
:export:
+1
View File
@@ -81,6 +81,7 @@ Documentation/locking/index.rst for more related documentation.
padata
../RCU/index
wrappers/memory-barriers.rst
SMP
Low-level hardware management
=============================