Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/uvm
Module Name: src
Committed By: riastradh
Date: Mon Aug 17 13:30:05 UTC 2026
Modified Files:
src/sys/uvm: uvm_pdaemon.c
Log Message:
uvm_pdaemon.c: Undo mistake in previous uvm_lwp_is_pagedaemon change.
This was not a test for whether curlwp is the page daemon; this is a
test for whether the page daemon exists at all, but it was changed
nevertheless to use the new uvm_lwp_is_pagedaemon() in rev. 1.139.
To generate a diff of this commit:
cvs rdiff -u -r1.139 -r1.140 src/sys/uvm/uvm_pdaemon.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