aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/linux32/linux32_sysvec.c
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2006-08-17 10:04:49 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2006-08-17 10:04:49 +0000
commitc632e9d3cc1a56a8ae31dd82db333ecae5df8a10 (patch)
tree93f1121a4ff3c473cb1f8d08106ef63ac443cf62 /sys/amd64/linux32/linux32_sysvec.c
parent676ad2c9ef4837c96e4ab1a28c2b9d93cded15fc (diff)
Notes
Diffstat (limited to 'sys/amd64/linux32/linux32_sysvec.c')
-rw-r--r--sys/amd64/linux32/linux32_sysvec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/linux32/linux32_sysvec.c b/sys/amd64/linux32/linux32_sysvec.c
index 0af0169531f6..cbcf320c3d25 100644
--- a/sys/amd64/linux32/linux32_sysvec.c
+++ b/sys/amd64/linux32/linux32_sysvec.c
@@ -1079,6 +1079,7 @@ linux_elf_modevent(module_t mod, int type, void *data)
linux_ioctl_register_handler(*lihp);
SET_FOREACH(ldhp, linux_device_handler_set)
linux_device_register_handler(*ldhp);
+ sx_init(&emul_lock, "emuldata lock");
sx_init(&emul_shared_lock, "emuldata->shared lock");
LIST_INIT(&futex_list);
mtx_init(&futex_mtx, "futex protection lock", NULL, MTX_DEF);