From 4e7fbc73d88acb4acc31a8add431ae449c96c33b Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 30 Jun 2018 23:11:02 +0100 Subject: [PATCH] p112: note apparent bug to review --- Kernel/platform-p112/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Kernel/platform-p112/main.c b/Kernel/platform-p112/main.c index 8f39b62f..caf6e46f 100644 --- a/Kernel/platform-p112/main.c +++ b/Kernel/platform-p112/main.c @@ -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 -- 2.34.1