CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/02/22 17:15:12
Modified files:
sys/sys : percpu.h
Log message:
be nicer to 32bit strict alignment archs that can do 64bit loads/stores.
ie, align boot memory to the size of uint64_ts.
there's an argument to be made that we should align this to 16 bytes
to be consistent with malloc and pools.
