summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/arm/arm/intr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/arm/intr.c b/sys/arm/arm/intr.c
index 282f43f..5363f64 100644
--- a/sys/arm/arm/intr.c
+++ b/sys/arm/arm/intr.c
@@ -143,7 +143,7 @@ arm_handler_execute(void *irq)
*/
}
} else if (ih) {
- ithread_schedule(ithd, !cold);
+ ithread_schedule(ithd);
}
}
}
OpenPOWER on IntegriCloud