commit | f6cc82fc0b2b6be9ab25f0bfc285e6358db3597a | [log] [tgz] |
---|---|---|
author | Haren Myneni <haren@us.ibm.com> | Tue Jan 10 19:25:25 2006 -0800 |
committer | Paul Mackerras <paulus@samba.org> | Wed Jan 11 15:33:55 2006 +1100 |
tree | 2623b1345929ec026a44c597cc7aabecf4e92880 | |
parent | 6bac953fa424519f784ba2589fefd8f040ce54f0 [diff] |
[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 <haren@us.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>