]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4b0d63f836ea39cd8366d37a2d1e9d21d38322c9
treefc198e4fe670f23639e16dda81e6962fc323aa0e
parentdfffae0cb81698e0bfd10bfabd301245cf60519e
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