]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
powerpc: Make default kexec/crash_kernel ops implicit
authorAnton Vorontsov <avorontsov@ru.mvista.com>
Tue, 16 Dec 2008 06:23:05 +0000 (06:23 +0000)
committerPaul Mackerras <paulus@samba.org>
Tue, 23 Dec 2008 04:13:28 +0000 (15:13 +1100)
commit77733f8a33488307e7d4b9077d174647ecea92e1
tree6f9600854666b5e8412f773725c9862b7b3c5ccf
parent2e8e4f5b80e101da588af650de0ff6b3c475d6b3
powerpc: Make default kexec/crash_kernel ops implicit

This removes the need for each platform to specify default kexec and
crash kernel ops, thus effectively adds a working kexec support for
most 6xx/7xx/7xxx-based boards.

Platforms that can't cope with default ops will explode in some weird
way (a hang or reboot is most likely), which means that the board's
kexec support should be fixed or blacklisted via dummy _prepare
callback returning -ENOSYS.

Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/machine_kexec.c