sh: crash kernel resource fix
authorMagnus Damm <damm@igel.co.jp>
Wed, 27 Aug 2008 09:15:43 +0000 (18:15 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 28 Aug 2008 05:52:58 +0000 (14:52 +0900)
The reserved crash kernel memory range is currently missing from
/proc/iomem. crashk_res is mistakenly setup after __add_active_range().
Reorder things to make sure the resource shows up in /proc/iomem.

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>

No differences found