Revision ec3622d963522432a873cc1b6f66fed6fceddc18 authored by Nicolas Pitre on 21 February 2007, 14:32:28 UTC, committed by Russell King on 25 February 2007, 16:41:39 UTC
 aware

Since TEXT_OFFSET is meant to determine RAM location for kernel use,
itshould affect .data and .bss initial mapping in the XIP case.
Otherwise a XIP kernel would crash if TEXT_OFFSET gets somewhat larger
than 2MB.

Corresponding code is also moved up a bit to be near the similar .text
mapping code making the whole a bit more straight forward to understand.

Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
1 parent e98ff7f
History
File Mode Size
Kbuild -rw-r--r-- 38 bytes
bitmap.h -rw-r--r-- 10.2 KB
linear.h -rw-r--r-- 550 bytes
md.h -rw-r--r-- 3.4 KB
md_k.h -rw-r--r-- 10.7 KB
md_p.h -rw-r--r-- 10.3 KB
md_u.h -rw-r--r-- 3.2 KB
multipath.h -rw-r--r-- 912 bytes
raid0.h -rw-r--r-- 772 bytes
raid1.h -rw-r--r-- 3.4 KB
raid10.h -rw-r--r-- 3.0 KB
raid5.h -rw-r--r-- 11.2 KB
xor.h -rw-r--r-- 665 bytes

back to top