From: Haren Myneni Date: Sat, 14 Jan 2006 03:15:36 +0000 (-0800) Subject: [PATCH] powerpc: Fix kdump copy regs and dynamic allocate per-cpu crash notes X-Git-Tag: v2.6.16-rc1~103^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8385a6a3acfbb4b68150c25cfe9084b6c4f501cf;p=pandora-kernel.git [PATCH] powerpc: Fix kdump copy regs and dynamic allocate per-cpu crash notes - This contains the arch specific changes for the following the kdump generic fixes which were already accepted in the upstream. . Capturing CPU registers (for the case of 'panic' and invoking the dump using 'sysrq-trigger') from a function (stack frame) which will be not be available during the kdump boot. Hence, might result in invalid stack trace. . Dynamically allocating per cpu ELF notes section instead of statically for NR_CPUS. - Fix the compiler warning in prom_init.c. Signed-off-by: Haren Myneni Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed