CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/06/23 15:54:56
Modified files:
sys/uvm : uvm_km.c
Log message:
Don't bother checking for an empty queue before calling uvm_pglistfree.
It will handle an empty list just fine (there's a small optimisation
possible here to avoid grabbing the fpageqlock if no pages need freeing,
but that is definitely another diff)
ok ariane@
