zx+3: oops turn the floppy off when idle
authorAlan Cox <alan@linux.intel.com>
Thu, 28 Feb 2019 21:37:08 +0000 (21:37 +0000)
committerAlan Cox <alan@linux.intel.com>
Thu, 28 Feb 2019 21:37:08 +0000 (21:37 +0000)
Kernel/platform-zx+3/main.c

index 997812c..8771ccc 100644 (file)
@@ -27,6 +27,7 @@ void platform_interrupt(void)
  poll_input();
  if (timer_wait)
   wakeup(&timer_interrupt);
+ devfd_spindown();
 }
 
 /*