diff --git a/[refs] b/[refs] index 7a37fb0b4117..4d9c99a75983 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7418cb89af6f9e21660d60a4bd088a8b6fd11e81 +refs/heads/master: 447deafba4de56bfa5ed5d5778e56afe55432394 diff --git a/trunk/arch/mips/kernel/process.c b/trunk/arch/mips/kernel/process.c index ec8209f3a0c6..04e5b38d327d 100644 --- a/trunk/arch/mips/kernel/process.c +++ b/trunk/arch/mips/kernel/process.c @@ -41,10 +41,6 @@ #include #include #include -#ifdef CONFIG_MIPS_MT_SMTC -#include -extern void smtc_idle_loop_hook(void); -#endif /* CONFIG_MIPS_MT_SMTC */ /* * The idle thread. There's no useful work to be done, so just try to conserve @@ -57,6 +53,8 @@ ATTRIB_NORET void cpu_idle(void) while (1) { while (!need_resched()) { #ifdef CONFIG_MIPS_MT_SMTC + extern void smtc_idle_loop_hook(void); + smtc_idle_loop_hook(); #endif /* CONFIG_MIPS_MT_SMTC */ if (cpu_wait)