]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
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)
commit34894c7843e00972d88b3592027703d4e05a06a7
treef82e827a4e061894012b0bac3ed714890186eeac
parente311be521fa9daedd8959d1a89f5e9bc5b54bb40
sh: crash kernel resource fix

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>
arch/sh/kernel/setup.c