[ARM] Make kernel link address depend on PAGE_OFFSET
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Tue, 3 Jan 2006 17:28:33 +0000 (17:28 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 3 Jan 2006 17:28:33 +0000 (17:28 +0000)
commit9d4f13e531b4722fe40cc8e28c02a495bdd49267
tree4fe18552620677dbe4f6831c4d9d0ecdb34e678a
parent88026842b0a760145aa71d69e74fbc9ec118ca44
[ARM] Make kernel link address depend on PAGE_OFFSET

We are coding the kernel link address into the makefiles, which is
invisibly dependent on PAGE_OFFSET.  If PAGE_OFFSET is changed, the
makefiles also need to be changed.

Make adjustments such that the makefiles encode just the offset from
PAGE_OFFSET for the kernel link address, and use PAGE_OFFSET in the
linker scripts directly.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/Makefile
arch/arm/boot/Makefile
arch/arm/kernel/Makefile
arch/arm/kernel/head.S
arch/arm/kernel/vmlinux.lds.S