From: Milton Miller Date: Tue, 10 May 2011 19:29:35 +0000 (+0000) Subject: powerpc: Move smp_ops_t from machdep.h to smp.h X-Git-Tag: v3.0-rc1~385^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17f9c8a73bac2c7dfe28a520516ea6b8bbbe977e;p=pandora-kernel.git powerpc: Move smp_ops_t from machdep.h to smp.h I can't see any reason these functions are needed by machdep.h and they are all hidden by CONFIG_SMP with no UP alternative. Also move the declarations for the fallback timebase ops, which are used to fill in the smp ops. Signed-off-by: Milton Miller Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed