Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/rump/librump/rumpkern
Module Name: src
Committed By: riastradh
Date: Sat Aug 5 08:05:58 UTC 2023
Modified Files:
src/sys/rump/librump/rumpkern: rump.c
Log Message:
rump: Set mp_online = true and start threads _after_ cold = 0.
Otherwise we may have threads running while cold, which is a
contradiction in terms.
Deferring mp_online = true is necessary because things like xcall(9)
use rely on it to decide whether to wait for threads on other CPUs.
To generate a diff of this commit:
cvs rdiff -u -r1.355 -r1.356 src/sys/rump/librump/rumpkern/rump.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index