diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-07-15 00:03:01 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-07-15 00:03:01 +0000 |
| commit | 2a57c11a3ae6cc9c8b7f0a757857b55da7bbc23a (patch) | |
| tree | e0f73e5dbb1f47d760c7d09cbc84d858c874735a | |
| parent | c8c7c06a4a464454fd92db3041030e1d9e6efb07 (diff) | |
Notes
| -rw-r--r-- | sys/alpha/alpha/interrupt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/alpha/interrupt.c b/sys/alpha/alpha/interrupt.c index d82601edb95f..489c9486235d 100644 --- a/sys/alpha/alpha/interrupt.c +++ b/sys/alpha/alpha/interrupt.c @@ -444,7 +444,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, !cold); + error = ithread_schedule(ithd, 0); /* XXX:no preemption for now */ KASSERT(error == 0, ("got an impossible stray interrupt")); } |
