CVS commit: src/sys/uvm
"Taylor R Campbell" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
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.