[BACK]Return to ip_input.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / netinet

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/netinet/ip_input.c between version 1.275.4.1.8.1 and 1.275.4.1.8.2

version 1.275.4.1.8.1, 2011/01/07 03:16:14 version 1.275.4.1.8.2, 2011/01/07 03:17:44
Line 473  ipintr(void)
Line 473  ipintr(void)
                 splx(s);                  splx(s);
                 if (m == NULL)                  if (m == NULL)
                         break;                          break;
                 KERNEL_UNLOCK_ONE(NULL);  
                 ip_input(m);                  ip_input(m);
                 KERNEL_LOCK(1, NULL);  
         }          }
         KERNEL_UNLOCK_ONE(NULL);          KERNEL_UNLOCK_ONE(NULL);
         mutex_exit(softnet_lock);          mutex_exit(softnet_lock);

Legend:
Removed from v.1.275.4.1.8.1  
changed lines
  Added in v.1.275.4.1.8.2

CVSweb <webmaster@jp.NetBSD.org>