From: Anton Vorontsov Date: Wed, 17 Dec 2008 10:08:55 +0000 (+0000) Subject: powerpc: Prepare xmon_save_regs for use with kdump X-Git-Tag: v2.6.29-rc1~574^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=322b439455ea62e6480e300c77b258e872896381;p=pandora-kernel.git powerpc: Prepare xmon_save_regs for use with kdump Today the arch/powerpc/xmon/setjmp.S file contains only the xmon_save_regs function. We want to use it for kdump purposes, so let's move the file into arch/powerpc/kernel/ and give the function a more generic name (ppc_save_regs). Signed-off-by: Anton Vorontsov Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed