summaryrefslogtreecommitdiff
path: root/apps/buffering.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/buffering.c')
-rw-r--r--apps/buffering.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/buffering.c b/apps/buffering.c
index 99a4a3b058..f123d8fcc3 100644
--- a/apps/buffering.c
+++ b/apps/buffering.c
@@ -813,11 +813,9 @@ static bool fill_buffer(void)
813 } 813 }
814 else 814 else
815 { 815 {
816#ifndef SIMULATOR
817 /* only spin the disk down if the filling wasn't interrupted by an 816 /* only spin the disk down if the filling wasn't interrupted by an
818 event arriving in the queue. */ 817 event arriving in the queue. */
819 ata_sleep(); 818 ata_sleep();
820#endif
821 return false; 819 return false;
822 } 820 }
823} 821}