commit | 3034097a5017dd9281b1f795e80af9859627850e | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Wed Sep 27 01:50:20 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Sep 27 08:26:14 2006 -0700 |
tree | d03d6749ac52e6c23020bd9caa5fdee301ca8fa6 | |
parent | dbf8685c8e21404e3a8ed244bd0219d3c4b89101 [diff] |
[PATCH] NOMMU: Order the per-mm_struct VMA list Order the per-mm_struct VMA list by address so that searching it can be cut short when the appropriate address has been exceeded. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>