CVSROOT: /cvs Module name: src Changes by: mi...@cvs.openbsd.org 2016/01/26 08:23:11
Modified files: sys/dev/pv : xen.c Log message: Make sure to use locked atomic operations even on the SP kernel When executed under the hypervisor we need to make sure that CAS and other atomic operations are executed while locking the bus. Problem reported by Imre Oolberg <imre at auul ! pri ! ee>, thanks!