diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2003-03-26 18:29:44 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2003-03-26 18:29:44 +0000 |
| commit | 35eb8c5aa20878f727b0143405166e9b463ee24a (patch) | |
| tree | 8df222945b41b84d620040663b2014b3df286910 /sys/alpha/linux/linux_sysvec.c | |
| parent | 0c0bdf85fae6647aee3e29896bb0a2c179f053ff (diff) | |
Notes
Diffstat (limited to 'sys/alpha/linux/linux_sysvec.c')
| -rw-r--r-- | sys/alpha/linux/linux_sysvec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/alpha/linux/linux_sysvec.c b/sys/alpha/linux/linux_sysvec.c index 40deced2cf01..42424d16b5fa 100644 --- a/sys/alpha/linux/linux_sysvec.c +++ b/sys/alpha/linux/linux_sysvec.c @@ -264,6 +264,7 @@ linux_elf_modevent(module_t mod, int type, void *data) linux_ioctl_unregister_handler(*lihp); if (bootverbose) printf("Linux ELF exec handler removed\n"); + linux_mib_destroy(); } else printf("Could not deinstall ELF interpreter entry\n"); break; |
