summaryrefslogtreecommitdiff
path: root/firmware/thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/thread.c')
-rw-r--r--firmware/thread.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/thread.c b/firmware/thread.c
index 7ed8dbde37..13577e8efb 100644
--- a/firmware/thread.c
+++ b/firmware/thread.c
@@ -251,8 +251,6 @@ void switch_thread(void)
251#ifdef SIMULATOR 251#ifdef SIMULATOR
252 /* Do nothing */ 252 /* Do nothing */
253#else 253#else
254/* We currently have no interrupts on iPod targets, so remove this temp. */
255#if CONFIG_CPU != PP5020
256 while (num_sleepers == num_threads) 254 while (num_sleepers == num_threads)
257 { 255 {
258 /* Enter sleep mode, woken up on interrupt */ 256 /* Enter sleep mode, woken up on interrupt */
@@ -271,7 +269,6 @@ void switch_thread(void)
271#endif 269#endif
272 } 270 }
273#endif 271#endif
274#endif
275 current = current_thread; 272 current = current_thread;
276 store_context(&thread_contexts[current]); 273 store_context(&thread_contexts[current]);
277 274