summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2017-05-09 22:21:21 +0200
committerRichard Braun <rbraun@sceen.net>2017-05-10 00:06:02 +0200
commita1c5aab9aeefe17d0b17bcf7b2f9646c2567d061 (patch)
treeeb38bf76b07519f6965226a8d5847ae3844356a9 /doc
parentf9af05807ab952a512619d94ec1fa260787b89c1 (diff)
x86/mb: remove module
The mb module has never been well defined, and has become irrelevant now that the kern/atomic module has been introduced. Phase it out until the need for non-SMP memory barriers rises.
Diffstat (limited to 'doc')
-rw-r--r--doc/intro.9.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/intro.9.txt b/doc/intro.9.txt
index c53f65f..afac8e1 100644
--- a/doc/intro.9.txt
+++ b/doc/intro.9.txt
@@ -152,8 +152,6 @@ module:kern/atomic::
Inter-processor atomic operations.
module:kern/cpumap::
Specialized bitmaps representing processor sets.
-module:arch/mb::
- Inter-processor memory barriers.
module:kern/percpu::
Per-processor data.
module:kern/spinlock::