summaryrefslogtreecommitdiff
path: root/grlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'grlib.c')
-rw-r--r--grlib.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/grlib.c b/grlib.c
index 1e03d26..c2d2acf 100644
--- a/grlib.c
+++ b/grlib.c
@@ -409,8 +409,11 @@ static uint32 irqmp_pextack[NCPU];
/* Mask with the supported interrupts */
static uint32 irqmp_mask;
-/* The extended interrupt line (a zero value disables the feature) */
-int irqmp_extirq;
+/*
+ * This is the extended interrupt line (a zero value disables the feature;
+ * if -1 use the default value of the CPU).
+ */
+int irqmp_extirq = -1;
static void
irqmp_init (void)