objcache: Make sure that percpu_objcache and depot are cache line aligned
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Sun, 21 Oct 2012 10:42:05 +0000 (18:42 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Sun, 21 Oct 2012 10:44:06 +0000 (18:44 +0800)
commitf2013535956a7e117cad47f86aa45ff6809efccb
tree44e1dcb0d8a9b14ec50dd88c8feed725fbe11364
parent38fdaecd10a60cf3772deb0a4f6863796e159571
objcache: Make sure that percpu_objcache and depot are cache line aligned

Since percpu_objcache and depot are embedded in the objcache, so objcache
itself must be cache line aligned.
sys/kern/kern_objcache.c