--- //depot/vendor/freebsd/src/sys/alpha/linux/linux_sysvec.c 2005/10/14 12:45:32 +++ //depot/projects/smpng/sys/alpha/linux/linux_sysvec.c 2005/12/14 16:03:32 @@ -265,7 +263,6 @@ 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; --- //depot/vendor/freebsd/src/sys/amd64/linux32/linux32_sysvec.c 2005/11/02 21:20:52 +++ //depot/projects/smpng/sys/amd64/linux32/linux32_sysvec.c 2005/12/14 16:03:32 @@ -1083,7 +1081,6 @@ 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; --- //depot/vendor/freebsd/src/sys/compat/linux/linux_mib.c 2005/01/14 04:45:55 +++ //depot/projects/smpng/sys/compat/linux/linux_mib.c 2005/12/14 16:03:32 @@ -156,13 +156,6 @@ } void -linux_mib_destroy(void) -{ - - mtx_destroy(&osname_lock); -} - -void linux_get_osname(struct thread *td, char *dst) { register struct prison *pr; --- //depot/vendor/freebsd/src/sys/compat/linux/linux_mib.h 2003/03/26 18:30:33 +++ //depot/projects/smpng/sys/compat/linux/linux_mib.h 2005/12/14 16:03:32 @@ -31,8 +31,6 @@ #ifndef _LINUX_MIB_H_ #define _LINUX_MIB_H_ -void linux_mib_destroy(void); - void linux_get_osname(struct thread *td, char *dst); int linux_set_osname(struct thread *td, char *osname); --- //depot/vendor/freebsd/src/sys/i386/linux/linux_sysvec.c 2005/10/14 20:25:26 +++ //depot/projects/smpng/sys/i386/linux/linux_sysvec.c 2005/12/14 16:03:32 @@ -925,7 +923,6 @@ 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;