powerpc: Move smp_ops_t from machdep.h to smp.h
authorMilton Miller <miltonm@bga.com>
Tue, 10 May 2011 19:29:35 +0000 (19:29 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 19 May 2011 05:31:01 +0000 (15:31 +1000)
commit17f9c8a73bac2c7dfe28a520516ea6b8bbbe977e
treefc198e4fe670f23639e16dda81e6962fc323aa0e
parentd4fc8fe1f66f46493d3c56436685eef3b5b32b07
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 <miltonm@bga.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/include/asm/machdep.h
arch/powerpc/include/asm/smp.h
This page took 0.027082 seconds and 5 git commands to generate.