]> git.karo-electronics.de Git - mv-sheeva.git/commit
powerpc/fsl-booke: fix the case where we are not in the first page
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Sun, 4 Apr 2010 20:19:01 +0000 (22:19 +0200)
committerKumar Gala <galak@kernel.crashing.org>
Mon, 24 May 2010 19:00:53 +0000 (14:00 -0500)
commit2289d2d1a8574a11e66b00c5a59090c6fc227751
treefe4029daf1b04922b6f058a74a11240f0b9fca0e
parent0472fd0755fed200c750ba57e5ea46f941914adb
powerpc/fsl-booke: fix the case where we are not in the first page

During boot we change the mapping a few times until we have a "defined"
mapping. During this procedure a small 4KiB mapping is created and after
that one a 64MiB. Currently the offset of the 4KiB page in that we run
is zero because the complete startup up code is in first page which
starts at RPN zero.
If the code is recycled and moved to another location then its execution
will fail because the start address in 64 MiB mapping is computed
wrongly. It does not consider the offset to the page from the begin of
the memory.
This patch fixes this. Usually (system boot) r25 is zero so this does
not change anything unless the code is recycled.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/kernel/head_fsl_booke.S