CVSROOT: /cvs Module name: src Changes by: o...@cvs.openbsd.org 2009/05/04 12:08:06
Modified files: sys/uvm : uvm.h uvm_page.c uvm_pager.c uvm_pdaemon.c uvm_pglist.c Log message: Instead of keeping two ints in the uvm structure specifically just to sleep on them (and otherwise ignore them) sleep on the pointer to the {aiodoned,pagedaemon}_proc members, and nuke the two extra words. "no objections" art@, ok b...@.