CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/04/17 14:22:52
Modified files:
sys/uvm : uvm_map.c
Log message:
uvmspace_exec: Remove disfunctional "optimization".
The optimization goes through great lengths to use less optimized code
paths in place of the simple path, where the latter is actually faster.
ok tedu, guenther
