ARM: ensure membank array is always sorted
authorRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 27 Oct 2010 17:14:56 +0000 (18:14 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 28 Oct 2010 12:54:41 +0000 (13:54 +0100)
This was missing from the noMMU code, so there was the possibility
of things not working as expected if out of order memory information
was passed.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found