Deleted Added
full compact
34c34
< __FBSDID("$FreeBSD: head/sys/amd64/linux32/linux32_sysvec.c 283411 2015-05-24 15:32:52Z dchagin $");
---
> __FBSDID("$FreeBSD: head/sys/amd64/linux32/linux32_sysvec.c 283421 2015-05-24 15:51:18Z dchagin $");
90,91d89
< MALLOC_DEFINE(M_LINUX, "linux", "Linux mode structures");
<
123d120
< SET_DECLARE(linux_device_handler_set, struct linux_device_handler);
978a976,982
> #if defined(DEBUG)
> SYSCTL_PROC(_compat_linux32, OID_AUTO, debug,
> CTLTYPE_STRING | CTLFLAG_RW,
> 0, 0, linux_sysctl_debug, "A",
> "Linux debugging control");
> #endif
>
1155d1158
< struct linux_device_handler **ldhp;
1168,1169d1170
< SET_FOREACH(ldhp, linux_device_handler_set)
< linux_device_register_handler(*ldhp);
1178d1178
< linux_osd_jail_register();
1199,1200d1198
< SET_FOREACH(ldhp, linux_device_handler_set)
< linux_device_unregister_handler(*ldhp);
1205d1202
< linux_osd_jail_deregister();
1223a1221
> MODULE_DEPEND(linuxelf, linux_common, 1, 1, 1);