summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2006-08-15 13:45:39 +0000
committernetchild <netchild@FreeBSD.org>2006-08-15 13:45:39 +0000
commit09751738bcadebfcf2cba9c986ea6c7c10beea17 (patch)
tree956c5524e9d82fceb3c1eba7db53b1c73bac06c7 /sys
parenta6794a47d1fa3d5d3258d361190fabcb77196988 (diff)
downloadFreeBSD-src-09751738bcadebfcf2cba9c986ea6c7c10beea17.zip
FreeBSD-src-09751738bcadebfcf2cba9c986ea6c7c10beea17.tar.gz
Add include of opt_global.h, else the futex operations aren't locked on
SMP systems. Sponsored by: Google SoC 2006 Submitted by: rdivacky
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/i386/support.s1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/i386/support.s b/sys/i386/i386/support.s
index c3ac173..618829f 100644
--- a/sys/i386/i386/support.s
+++ b/sys/i386/i386/support.s
@@ -37,6 +37,7 @@
#include <machine/pmap.h>
#include <machine/specialreg.h>
+#include "opt_global.h"
#include "assym.s"
#define IDXSHIFT 10
OpenPOWER on IntegriCloud