sephe 2008/09/27 04:29:47 PDT DragonFly src repository
Modified files:
sys/netinet if_ether.c
Log:
For SMP kernel
- Don't call arp_update_oncpu() again in in_arpinput()
- Pass dologging to arp_update_oncpu(), only if the current cpu is CPU0,
remove the redundant cpu==0 checks
Reviewed-by: dillon@
Revision Changes Path
1.53 +8 -9 src/sys/netinet/if_ether.c
http://www.dragonflybsd.org/cvsweb/src/sys/netinet/if_ether.c.diff?r1=1.52&r2=1.53&f=u
