summaryrefslogtreecommitdiffstats
path: root/sys/modules/linux_common
diff options
context:
space:
mode:
authordchagin <dchagin@FreeBSD.org>2016-01-09 16:11:09 +0000
committerdchagin <dchagin@FreeBSD.org>2016-01-09 16:11:09 +0000
commit6c12e20ac1e5ea5573246049365409feabb20095 (patch)
treefaa5068ff72fa5ba5e4a549a627a6eb1509ad298 /sys/modules/linux_common
parentd30e84112a87337209ea45237f3d9b12e29abaa9 (diff)
downloadFreeBSD-src-6c12e20ac1e5ea5573246049365409feabb20095.zip
FreeBSD-src-6c12e20ac1e5ea5573246049365409feabb20095.tar.gz
MFC r283422:
Refund the proc emuldata struct for future use. For now move flags from thread emuldata to proc emuldata as it was originally intended. As we can have both 64 & 32 bit Linuxulator running any eventhandler can be called twice for us. To prevent this move eventhandlers code from linux_emul.c to the linux_common.ko module.
Diffstat (limited to 'sys/modules/linux_common')
-rw-r--r--sys/modules/linux_common/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/linux_common/Makefile b/sys/modules/linux_common/Makefile
index 4384d0b..ebc475d 100644
--- a/sys/modules/linux_common/Makefile
+++ b/sys/modules/linux_common/Makefile
@@ -3,7 +3,7 @@
.PATH: ${.CURDIR}/../../compat/linux
KMOD= linux_common
-SRCS= linux_common.c linux_mib.c linux_util.c \
+SRCS= linux_common.c linux_mib.c linux_util.c linux_emul.c \
opt_compat.h device_if.h vnode_if.h bus_if.h
EXPORT_SYMS=
OpenPOWER on IntegriCloud