powerpc: Move definitions of secondary CPU spinloop to header file

Those definitions are currently declared extern in the .c file where
they are used, move them to a header file instead.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
Benjamin Herrenschmidt
2009-07-23 23:15:28 +00:00
parent 747bea91b7
commit cf54dc7cd4
7 changed files with 9 additions and 13 deletions

View File

@@ -58,8 +58,6 @@
*/
static cpumask_t of_spin_map;
extern void generic_secondary_smp_init(unsigned long);
/**
* smp_startup_cpu() - start the given cpu
*