From: Fernando Vazquez Date: Sun, 1 Oct 2006 06:29:09 +0000 (-0700) Subject: [PATCH] stack overflow safe kdump: crash: use safe_smp_processor_id() X-Git-Tag: v2.6.19-rc1~523 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce53af9496c625a8ae33526713be34a23756db19;p=pandora-kernel.git [PATCH] stack overflow safe kdump: crash: use safe_smp_processor_id() Substitute "smp_processor_id" with the stack overflow-safe "safe_smp_processor_id" in the reboot path to the second kernel. [akpm@osdl.org: build fix] Signed-off-by: Fernando Vazquez Looks-reasonable-to: Andi Kleen Acked-by: "Eric W. Biederman" Cc: Vivek Goyal Cc: James Bottomley Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed