CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]  2016/07/11 02:38:49

Modified files:
        sys/uvm        : uvm_amap.c 

Log message:
Make sure variables are used initialized in amap_wiperange

Uninitialized variables used in an if/else could cause a slower
codepath to be taken, but the end effect of both paths is the same.

Found by jsg@

Reply via email to