summaryrefslogtreecommitdiffstats
path: root/sys/modules/linux_common/Makefile
diff options
context:
space:
mode:
authordchagin <dchagin@FreeBSD.org>2015-05-24 15:54:58 +0000
committerdchagin <dchagin@FreeBSD.org>2015-05-24 15:54:58 +0000
commitf18b3d51fa76d8d28f216bd46d2f0a5088cfc570 (patch)
tree35b3b7280c8c40a1e2ee373c55b63a07ecb0a7ea /sys/modules/linux_common/Makefile
parentb08f3f43f9e901fdb2194f84eb02093e60665bab (diff)
downloadFreeBSD-src-f18b3d51fa76d8d28f216bd46d2f0a5088cfc570.zip
FreeBSD-src-f18b3d51fa76d8d28f216bd46d2f0a5088cfc570.tar.gz
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. Differential Revision: https://reviews.freebsd.org/D1073
Diffstat (limited to 'sys/modules/linux_common/Makefile')
-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