[PATCH] NOMMU: Order the per-mm_struct VMA list
authorDavid Howells <dhowells@redhat.com>
Wed, 27 Sep 2006 08:50:20 +0000 (01:50 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 27 Sep 2006 15:26:14 +0000 (08:26 -0700)
commit3034097a5017dd9281b1f795e80af9859627850e
treed03d6749ac52e6c23020bd9caa5fdee301ca8fa6
parentdbf8685c8e21404e3a8ed244bd0219d3c4b89101
[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>
mm/nommu.c