summaryrefslogtreecommitdiff
path: root/arch/x86/machine/cpu.c
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 /arch/x86/machine/cpu.c
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 'arch/x86/machine/cpu.c')
-rw-r--r--arch/x86/machine/cpu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/machine/cpu.c b/arch/x86/machine/cpu.c
index 261e586e..ff860ba0 100644
--- a/arch/x86/machine/cpu.c
+++ b/arch/x86/machine/cpu.c
@@ -34,7 +34,6 @@
#include <machine/cpu.h>
#include <machine/io.h>
#include <machine/lapic.h>
-#include <machine/mb.h>
#include <machine/pmap.h>
#include <machine/trap.h>
#include <vm/vm_page.h>