commit | 5734493bac88b28d8d7e2f262305fd6e83545ac5 | [log] [tgz] |
---|---|---|
author | Magnus Damm <damm@igel.co.jp> | Wed Aug 27 18:19:01 2008 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Thu Aug 28 14:53:03 2008 +0900 |
tree | 446469c18abb16f14d7ee54bdc2fbe76fc1c9aaa | |
parent | 34894c7843e00972d88b3592027703d4e05a06a7 [diff] |
sh: fix kexec entry point for crash kernels The crash kernel entry point is currently checked by the kexec kernel code and only physical addresses in the reserved memory window are accepted. This means that we can't pass P2 or P1 addresses as entry points in the case of crash kernels. This patch makes sure we can start crash kernels by adding support for physical address entry points. Signed-off-by: Magnus Damm <damm@igel.co.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>