]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit701fefd72c32202ce839d2f7bac03c5edbb27139
tree036c435ff4dc6b5fad694b9ccd92faacd92c08a2
parent97c0dacf8f0bce59d271f8c54173c620e86ae3d7
[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