FRV: permit the memory to be located elsewhere in NOMMU mode

Permit the memory to be located somewhere other than address 0xC0000000 in
NOMMU mode.  The configuration options are already present, it just
requires wiring up in the linker script.

Note that only a limited set of locations of runtime addresses are available
because of the way the CPU protection registers work.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
David Howells
2008-02-04 22:29:53 -08:00
committed by Linus Torvalds
orang tua e114e47377
melakukan 7038220aa5
2 mengubah file dengan 10 tambahan dan 1 penghapusan

Melihat File

@@ -13,7 +13,7 @@ ENTRY(_start)
jiffies = jiffies_64 + 4;
__page_offset = 0xc0000000; /* start of area covered by struct pages */
__page_offset = CONFIG_PAGE_OFFSET; /* start of area covered by struct pages */
__kernel_image_start = __page_offset; /* address at which kernel image resides */
SECTIONS