CVSROOT: /cvs Module name: src Changes by: mi...@cvs.openbsd.org 2016/04/01 09:41:12
Modified files: sys/dev/pv : xen.c Log message: Move atomics.h include dance to an earlier stage Otherwise proc.h & friends pick it up before we manage to perform our MULTIPROCESSOR dance. This time I've made sure we get LOCK prefixes with an objdump. Bug reported by Evgeniy Sudyr, thanks!