CVSROOT:        /cvs
Module name:    src
Changes by:     dera...@cvs.openbsd.org 2016/10/23 21:15:38

Modified files:
        sys/sys        : percpu.h 
        sys/kern       : subr_percpu.c 

Log message:
non-MP vs MP codepaths were confusingly split between the .c and .h file.
Unify these by placing #ifdef MULTIPROCESSOR inside the functions, then
collapse further to reduce _KERNEL blocks
ok dlg

Reply via email to