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
aoa
arm
core
drivers
i2c
isa
mips
oss
parisc
pci
pcmcia
ppc
soc
sparc
synth
usb
Kconfig -rw-r--r-- 2.8 KB
Makefile -rw-r--r-- 510 bytes
ac97_bus.c -rw-r--r-- 1.6 KB
last.c -rw-r--r-- 1.3 KB
sound_core.c -rw-r--r-- 12.6 KB
sound_firmware.c -rw-r--r-- 1.7 KB

back to top