diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2008-07-02 23:12:40 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2008-07-02 23:12:40 +0000 |
| commit | 0a2fe173657ba6df0cc46f64e22609c21b0902ad (patch) | |
| tree | 22fb41f26c3e8649521d0db979484ad6431d3183 | |
| parent | bff2d4d5ffece9571b247f393e645fb67753c087 (diff) | |
Notes
| -rw-r--r-- | sys/netinet6/ip6_input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet6/ip6_input.c b/sys/netinet6/ip6_input.c index c989c89a50fa..89b2760c3b02 100644 --- a/sys/netinet6/ip6_input.c +++ b/sys/netinet6/ip6_input.c @@ -180,7 +180,7 @@ ip6_init(void) ip6intrq.ifq_maxlen = ip6qmaxlen; mtx_init(&ip6intrq.ifq_mtx, "ip6_inq", NULL, MTX_DEF); - netisr_register(NETISR_IPV6, ip6_input, &ip6intrq, 0); + netisr_register(NETISR_IPV6, ip6_input, &ip6intrq, NETISR_MPSAFE); scope6_init(); addrsel_policy_init(); nd6_init(); |
