|
@@ -207,7 +207,7 @@ static inline void play_dead(void)
|
|
* low exit latency (ie sit in a loop waiting for
|
|
* low exit latency (ie sit in a loop waiting for
|
|
* somebody to say that they'd like to reschedule)
|
|
* somebody to say that they'd like to reschedule)
|
|
*/
|
|
*/
|
|
-void cpu_idle (void)
|
|
|
|
|
|
+void cpu_idle(void)
|
|
{
|
|
{
|
|
current_thread_info()->status |= TS_POLLING;
|
|
current_thread_info()->status |= TS_POLLING;
|
|
/* endless idle loop with no priority at all */
|
|
/* endless idle loop with no priority at all */
|