mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-09-18 23:19:34 +02:00
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:
committed by
Jonathan Corbet
parent
887cf4c5e8
commit
6c502df8b6
@@ -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:
|
||||
@@ -81,6 +81,7 @@ Documentation/locking/index.rst for more related documentation.
|
||||
padata
|
||||
../RCU/index
|
||||
wrappers/memory-barriers.rst
|
||||
SMP
|
||||
|
||||
Low-level hardware management
|
||||
=============================
|
||||
|
||||
Reference in New Issue
Block a user