diff options
| author | Tor Egge <tegge@FreeBSD.org> | 1999-04-10 19:19:02 +0000 |
|---|---|---|
| committer | Tor Egge <tegge@FreeBSD.org> | 1999-04-10 19:19:02 +0000 |
| commit | 0bf47fca4f0c9e7dcd7e45212c094faf8f731f7b (patch) | |
| tree | be4a415c259cf351de7cd04d67158b17684822be /sys/amd64 | |
| parent | 775986fc096566bfec0d39772bfa80e397fc500a (diff) | |
Notes
Diffstat (limited to 'sys/amd64')
| -rw-r--r-- | sys/amd64/amd64/apic_vector.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/amd64/apic_vector.S b/sys/amd64/amd64/apic_vector.S index 17f894204dd96..10c412fa61e3d 100644 --- a/sys/amd64/amd64/apic_vector.S +++ b/sys/amd64/amd64/apic_vector.S @@ -1,6 +1,6 @@ /* * from: vector.s, 386BSD 0.1 unknown origin - * $Id: apic_vector.s,v 1.33 1998/09/04 23:03:04 luoqi Exp $ + * $Id: apic_vector.s,v 1.34 1998/09/06 22:41:41 tegge Exp $ */ @@ -682,7 +682,7 @@ _Xcpuast: btrl %eax, _checkstate_pending_ast lock btrl %eax, CNAME(resched_cpus) - jz 2f + jnc 2f movl $1, CNAME(want_resched) lock incl CNAME(want_resched_cnt) |
