We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b929c0 commit 40202ccCopy full SHA for 40202cc
arch/m68k/q40/q40ints.c
@@ -201,8 +201,8 @@ static int ccleirq=60; /* ISA dev IRQs*/
201
#define DEBUG_Q40INT
202
/*#define IP_USE_DISABLE *//* would be nice, but crashes ???? */
203
204
-static int mext_disabled=0; /* ext irq disabled by master chip? */
205
-static int aliased_irq=0; /* how many times inside handler ?*/
+static int mext_disabled; /* ext irq disabled by master chip? */
+static int aliased_irq; /* how many times inside handler ?*/
206
207
208
/* got interrupt, dispatch to ISA or keyboard/timer IRQs */
0 commit comments