CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/04/15 15:47:24
Modified files:
sys/uvm : uvm_glue.c uvm_glue.h uvm_km.c uvm_pager.c
Log message:
move uvm_pageratop from uvm_pager.c local to a general uvm function
(uvm_atopg) and use it in uvm_km_doputpage to replace some handrolled
code. Shrinks the kernel a trivial amount.
ok beck@ and miod@ (who suggested i name it uvm_atopg not uvm_atop)
