summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/apic_vector.s
diff options
context:
space:
mode:
authorfsmp <fsmp@FreeBSD.org>1997-07-15 03:28:53 +0000
committerfsmp <fsmp@FreeBSD.org>1997-07-15 03:28:53 +0000
commit3ccd0ce0a7982bf90c395b93c4e981ebd8482da8 (patch)
tree26b07af297be226928999d660934bd22d13ecb48 /sys/i386/isa/apic_vector.s
parent2cd754efcdc9c3f5bc0c9f365045600e2ea62616 (diff)
downloadFreeBSD-src-3ccd0ce0a7982bf90c395b93c4e981ebd8482da8.zip
FreeBSD-src-3ccd0ce0a7982bf90c395b93c4e981ebd8482da8.tar.gz
Cleanup.
Diffstat (limited to 'sys/i386/isa/apic_vector.s')
-rw-r--r--sys/i386/isa/apic_vector.s10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/i386/isa/apic_vector.s b/sys/i386/isa/apic_vector.s
index 926ce8f..807223b 100644
--- a/sys/i386/isa/apic_vector.s
+++ b/sys/i386/isa/apic_vector.s
@@ -1,6 +1,6 @@
/*
* from: vector.s, 386BSD 0.1 unknown origin
- * $Id: apic_vector.s,v 1.10 1997/07/15 00:08:01 smp Exp smp $
+ * $Id: apic_vector.s,v 1.7 1997/07/15 02:49:21 fsmp Exp $
*/
@@ -240,22 +240,22 @@ _Xcpustop:
incl _cshits(,%eax,4)
#endif /* COUNT_CSHITS */
- ASMPOSTCODE_HI(0x10)
+ ASMPOSTCODE_HI(0x1)
lock
btsl %eax, _stopped_cpus /* stopped_cpus |= (1<<id) */
- ASMPOSTCODE_HI(0x20);
+ ASMPOSTCODE_HI(0x2);
1:
btl %eax, _started_cpus /* while (!(started_cpus & (1<<id))) */
jnc 1b
- ASMPOSTCODE_HI(0x30)
+ ASMPOSTCODE_HI(0x3)
lock
btrl %eax, _started_cpus /* started_cpus &= ~(1<<id) */
- ASMPOSTCODE_HI(0x40)
+ ASMPOSTCODE_HI(0x4)
movl $0, lapic_eoi /* End Of Interrupt to APIC */
OpenPOWER on IntegriCloud