From: akpm@osdl.org Date: Tue, 10 Jan 2006 04:51:45 +0000 (-0800) Subject: [PATCH] Kdump: powerpc and s390 build failure fix X-Git-Tag: v2.6.16-rc1~634 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf2083050d7879390ddedbd64e431cf167854a34;p=pandora-kernel.git [PATCH] Kdump: powerpc and s390 build failure fix ) From: Vivek Goyal 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed