From ddc79ff6c3d4be4674a80bc1eb7fd93a7df612ed Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Wed, 19 Apr 2017 15:25:23 +0100 Subject: [PATCH] v68: Remove debug code --- Kernel/platform-v68/p68000.S | 3 --- 1 file changed, 3 deletions(-) diff --git a/Kernel/platform-v68/p68000.S b/Kernel/platform-v68/p68000.S index e49aae80..67a8ef02 100644 --- a/Kernel/platform-v68/p68000.S +++ b/Kernel/platform-v68/p68000.S @@ -81,9 +81,6 @@ timer_irq: clr.b U_DATA__U_ININTERRUPT(a5) move.b $00F04000,d0 ; Re-enable - ; DEBUG FIXME - bra no_signal - tst.b U_DATA__U_INSYS(a5) bne no_preempt tst.b need_resched -- 2.34.1