From: Haren Myneni Date: Wed, 11 Jan 2006 03:25:25 +0000 (-0800) Subject: [PATCH] powerpc: fix for compile problem in kdump code when SMP disabled X-Git-Tag: v2.6.16-rc1~425^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6cc82fc0b2b6be9ab25f0bfc285e6358db3597a;p=pandora-kernel.git [PATCH] powerpc: fix for compile problem in kdump code when SMP disabled This patch fixes the compilation error (shown below) when CONFIG_SMP=n. arch/powerpc/kernel/crash.c: In function `crash_kexec_prepare_cpus': arch/powerpc/kernel/crash.c:236: error: implicit declaration of function `smp_release_cpus' Signed-off-by: Haren Myneni Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed