K 10 svn:author V 6 dillon K 8 svn:date V 27 1999-02-01T08:49:30.000000Z K 7 svn:log V 350 This patch eliminates a pointless test from appearing twice in vm_map_simplify_entry. Basically, once you've verified that the objects in the adjacent vm_map_entry's are the same, either NULL or the same vm_object, there's no point in checking that the objects have the same behavior. Obtained from: Alan Cox END