commit | 62a8bd6c9246c0e1f19dfb8fc65ad7c4f7cac8bb | [log] [tgz] |
---|---|---|
author | Milton Miller <miltonm@bga.com> | Wed Oct 22 15:39:04 2008 -0500 |
committer | Paul Mackerras <paulus@samba.org> | Fri Oct 31 16:11:47 2008 +1100 |
tree | d831ee74e7246f98742c202162a96471fb116365 | |
parent | 1767c8f392857694899403a65942cc70b5b7d132 [diff] |
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 <miltonm@bga.com> Signed-off-by: Paul Mackerras <paulus@samba.org>