p112: note apparent bug to review
authorAlan Cox <alan@linux.intel.com>
Sat, 30 Jun 2018 22:11:02 +0000 (23:11 +0100)
committerAlan Cox <alan@linux.intel.com>
Sat, 30 Jun 2018 22:11:02 +0000 (23:11 +0100)
Kernel/platform-p112/main.c

index 8f39b62..caf6e46 100644 (file)
@@ -32,6 +32,7 @@ void z180_timer_interrupt(void)
     a = TIME_TMDR0L;
     a = TIME_TCR;
 
+    /* FIXME: we are calling this twice the rate it expects */
 #ifdef CONFIG_P112_FLOPPY
     fd_tick();
 #endif