cvs commit: src/sys/amd64/amd64 vm_machdep.c src/sys/i386/i386
vm_machdep.c
John Baldwin
jhb at FreeBSD.org
Mon Oct 24 13:53:52 PDT 2005
jhb 2005-10-24 20:53:52 UTC
FreeBSD src repository
Modified files:
sys/amd64/amd64 vm_machdep.c
sys/i386/i386 vm_machdep.c
Log:
When restarting the BSP during cpu_reset() use a membar to ensure that
the updated cpustop_restartfunc is seen when the BSP resumes execution.
This matches the membar already present in restart_cpus().
Revision Changes Path
1.250 +3 -1 src/sys/amd64/amd64/vm_machdep.c
1.264 +4 -1 src/sys/i386/i386/vm_machdep.c
More information about the cvs-src
mailing list