From: Milton Miller Date: Wed, 22 Oct 2008 20:39:04 +0000 (-0500) Subject: powerpc: Use is_kdump_kernel() X-Git-Tag: v2.6.28-rc3~22^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62a8bd6c9246c0e1f19dfb8fc65ad7c4f7cac8bb;p=pandora-kernel.git powerpc: Use is_kdump_kernel() linux/crash_dump.h defines is_kdump_kernel() to be used by code that needs to know if the previous kernel crashed instead of a (clean) boot or reboot. This updates the just added powerpc code to use it. This is needed for the next commit, which will remove __kdump_flag. Signed-off-by: Milton Miller Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed