]> 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)
commitaf8f283bebef019c9b024b6583cab5a046d51b81
treefc198e4fe670f23639e16dda81e6962fc323aa0e
parentf08428269dc02d7684f5d04025c643603b22183e
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