kernel - remove MP lock from uipc socket functions, route table, and mld6
authorMatthew Dillon <dillon@apollo.backplane.com>
Wed, 26 Oct 2011 18:39:40 +0000 (11:39 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Wed, 26 Oct 2011 18:39:40 +0000 (11:39 -0700)
commit8d1b9f9339babcb9d8e55d3989ec40ca0e324232
treeb8a51e3531af2d7c5a2fefc7d244622d404b7c7b
parent85946b6c2b43282c61a9fcb6b0b9581a85f65eee
kernel - remove MP lock from uipc socket functions, route table, and mld6

* Remove the MP lock from the uipc_socket.c kqueue filterops.

* Remove the MP lock from the route table threads.

* Remoev the MP lock from the IPV6 MLD6 implementation.
sys/kern/uipc_socket.c
sys/net/route.c
sys/netinet6/mld6.c