CVSROOT:        /cvs
Module name:    src
Changes by:     m...@cvs.openbsd.org    2015/06/23 13:49:41

Modified files:
        sys/arch/alpha/alpha: locore.s 

Log message:
In the copy(9) function, make sure to remember curproc accross the bcopy()
call, instead of &curproc. The copy routine may sleep and we may resume on
a different processor. This has been plaguing the alpha MULTIPROCESSOR kernels
since the very beginning; it's amazing this did not cause more havoc.

Joint debugging and hair pulling with dlg@ and deraadt@; ok dlg@

Reply via email to