commit | 17f9c8a73bac2c7dfe28a520516ea6b8bbbe977e | [log] [tgz] |
---|---|---|
author | Milton Miller <miltonm@bga.com> | Tue May 10 19:29:35 2011 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu May 19 15:31:01 2011 +1000 |
tree | fc198e4fe670f23639e16dda81e6962fc323aa0e | |
parent | d4fc8fe1f66f46493d3c56436685eef3b5b32b07 [diff] |
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>