On 31 January 2010 05:43, Anton Maksimenkov <[email protected]> wrote: > Here is some cleanup of uvm_map.c code. > > Second, remove redundant "temp_entry" variable from both functions. > One "entry" variable is enough to do the job. >
I don't think you want to do that.. uvm_map_lookup_entry can screw with that pointer even when it fails. bad juju
