diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2020-10-29 14:23:52 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2020-10-29 14:23:52 +0000 |
commit | 1a8577fa68d68b14f6ccddd43d01436eb323151b (patch) | |
tree | a4ab2b2bc5fd65937ad745cc22d4300619d845db /sys/compat/linux/linux_common.c | |
parent | 80d8e42662d8f65d4a88a3043a61d19e1621ad91 (diff) |
Notes
Diffstat (limited to 'sys/compat/linux/linux_common.c')
-rw-r--r-- | sys/compat/linux/linux_common.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/compat/linux/linux_common.c b/sys/compat/linux/linux_common.c index 7454da2d0411..47f85ccea543 100644 --- a/sys/compat/linux/linux_common.c +++ b/sys/compat/linux/linux_common.c @@ -67,6 +67,9 @@ linux_common_modevent(module_t mod, int type, void *data) switch(type) { case MOD_LOAD: +#ifdef INVARIANTS + linux_check_errtbl(); +#endif linux_dev_shm_create(); linux_osd_jail_register(); linux_exit_tag = EVENTHANDLER_REGISTER(process_exit, |