|
@@ -27,6 +27,7 @@
|
|
#include <asm/atomic.h>
|
|
#include <asm/atomic.h>
|
|
#include <asm/cpu.h>
|
|
#include <asm/cpu.h>
|
|
#include <asm/processor.h>
|
|
#include <asm/processor.h>
|
|
|
|
+#include <asm/smtc.h>
|
|
#include <asm/system.h>
|
|
#include <asm/system.h>
|
|
#include <asm/mmu_context.h>
|
|
#include <asm/mmu_context.h>
|
|
#include <asm/smtc_ipi.h>
|
|
#include <asm/smtc_ipi.h>
|
|
@@ -57,8 +58,6 @@ static inline void ssmtc_send_ipi_mask(const struct cpumask *mask,
|
|
*/
|
|
*/
|
|
static void __cpuinit ssmtc_init_secondary(void)
|
|
static void __cpuinit ssmtc_init_secondary(void)
|
|
{
|
|
{
|
|
- void smtc_init_secondary(void);
|
|
|
|
-
|
|
|
|
smtc_init_secondary();
|
|
smtc_init_secondary();
|
|
}
|
|
}
|
|
|
|
|