kernel/arch/mips/include/asm/idle.h
.. .. @@ -15,6 +15,8 @@ 15 15 return cpu_wait == r4k_wait; 16 16 } 17 17 18 +extern void __init check_wait(void);19 +18 20 extern int mips_cpuidle_wait_enter(struct cpuidle_device *dev, 19 21 struct cpuidle_driver *drv, int index); 20 22