From: Kumar Gala Date: Tue, 8 Sep 2009 17:38:52 +0000 (+0000) Subject: powerpc/85xx: Fix SMP compile error and allow NULL for smp_ops X-Git-Tag: v2.6.32-rc1~675^2~6 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=757cbd46d11cfa7506b7dd5dd6657ae645bf6a17;p=pandora-kernel.git powerpc/85xx: Fix SMP compile error and allow NULL for smp_ops The following commit introduced a compile error since it removed the implementation of smp_85xx_basic_setup: commit 77c0a700c1c292edafa11c1e52821ce4636f81b0 Author: Benjamin Herrenschmidt Date: Fri Aug 28 14:25:04 2009 +1000 powerpc: Properly start decrementer on BookE secondary CPUs Make it so that smp_ops probe() and setup_cpu() can be set to NULL. Signed-off-by: Kumar Gala Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed