summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2002-02-08 18:23:46 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2002-02-08 18:23:46 +0000
commit0730d791215c4e27eb2cd8fa3727ca530d83f895 (patch)
treec0feebf50a39128b6e96a81b9f98d465baae24d8
parente47a40e7f7c8bc398d3ffd681048e3e286829195 (diff)
Notes
-rw-r--r--sys/alpha/alpha/interrupt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/alpha/interrupt.c b/sys/alpha/alpha/interrupt.c
index 31a74d534b31..b33afa80aebc 100644
--- a/sys/alpha/alpha/interrupt.c
+++ b/sys/alpha/alpha/interrupt.c
@@ -448,7 +448,7 @@ alpha_dispatch_intr(void *frame, unsigned long vector)
"alpha_dispatch_intr: disabling vector 0x%x", i->vector);
ithd->it_disable(ithd->it_vector);
}
- error = ithread_schedule(ithd, 0); /* XXX:no preemption for now */
+ error = ithread_schedule(ithd, !cold);
KASSERT(error == 0, ("got an impossible stray interrupt"));
}