powerpc: Provide dummy crash_shutdown_register
authorArnd Bergmann <arnd@arndb.de>
Thu, 12 Jun 2008 09:14:34 +0000 (19:14 +1000)
committerPaul Mackerras <paulus@samba.org>
Mon, 30 Jun 2008 12:30:55 +0000 (22:30 +1000)
When kexec is disabled, the crash_shutdown_{un,}register
functions are not available in the kernel.
This provides dummy inline functions for those so that
the callers don't have to worry about it.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found