CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/03/16 10:53:43
Modified files:
sys/uvm : uvm_amap.c
Log message:
Remove redundant check.
The compiler is also smart enough to recognize that this is redundant.
The resulting code on amd64 is basically equivalent (slightly different
register allocation and instruction scheduling).
ok mpi@ deraadt@
