[PATCH] ARM: sort the memory layout report by address

Russell King - ARM Linux linux at arm.linux.org.uk
Fri Mar 19 08:32:01 EDT 2010


On Tue, Mar 16, 2010 at 12:19:07PM +0200, Baruch Siach wrote:
> Put the pkmap and the modules lines at the end of the list since they reside
> lower than the kernel text in virtual memory address space.

This still doesn't result in the list being sorted - .init is at a lower
address than .text, which is in turn at a lower address than .data.

Even more unfortunate is that even if you did get it correct for non-XIP
configurations, it wouldn't be correct for XIP configurations.



More information about the linux-arm-kernel mailing list