ifaddr: Cache align ifaddr_container
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Tue, 12 Feb 2013 13:26:45 +0000 (21:26 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Tue, 12 Feb 2013 13:28:29 +0000 (21:28 +0800)
commit7d1c3473bcce5fb892ddca28b3536e7f5bf5697e
tree1bf27943cd35ec72cbc9613bfd83ea7dd51d727b
parentc090922fe69732915227914768a9c4f9190fdece
ifaddr: Cache align ifaddr_container

ifaddr_container is per-cpu data struct; cache aligning it avoid possible
cache pollution
sys/net/if.c
sys/net/if_var.h