From 0e98db6b26691a0b901e807abd0cf4e3f1d9c2c8 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sun, 24 Sep 2017 02:05:23 +0100 Subject: [PATCH] v64: ouch .... how did that ever work ? --- Kernel/platform-v65/v65.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/platform-v65/v65.s b/Kernel/platform-v65/v65.s index 13853a40..443eea56 100644 --- a/Kernel/platform-v65/v65.s +++ b/Kernel/platform-v65/v65.s @@ -76,7 +76,7 @@ ___hard_ei: ___hard_irqrestore: and #4 ; IRQ flag - beq irq_on + bne irq_on cli rts irq_on: -- 2.34.1