[PATCH] Kdump: powerpc and s390 build failure fix
authorakpm@osdl.org <akpm@osdl.org>
Tue, 10 Jan 2006 04:51:45 +0000 (20:51 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 10 Jan 2006 16:01:27 +0000 (08:01 -0800)
commitbf2083050d7879390ddedbd64e431cf167854a34
tree036c435ff4dc6b5fad694b9ccd92faacd92c08a2
parentf05b690248bc928b85cc19ea85a5c6268bb3acaf
[PATCH] Kdump: powerpc and s390 build failure fix

\r)

From: Vivek Goyal <vgoyal@in.ibm.com>

crash_setup_regs() is an architecture dependent function which is called in
architecture independent section.  So every architecture supporting kexec
should at least provide a dummy definition of crash_setup_regs() even if
crash dumping is not implemented yet, to avoid build failures.

Signed-off-by: Vivek Goyal <vgoyal@in.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/asm-powerpc/kexec.h
include/asm-s390/kexec.h