cvs commit: src/sys/amd64/amd64 apic_vector.S src/sys/i386/i386
apic_vector.s
John Baldwin
jhb at FreeBSD.org
Wed Nov 16 20:55:58 GMT 2005
jhb 2005-11-16 20:55:57 UTC
FreeBSD src repository
Modified files:
sys/amd64/amd64 apic_vector.S
sys/i386/i386 apic_vector.s
Log:
Revert previous commit to these files. There isn't a race necessitating
an xchg instruction as we only try to execute the startup function if
the CPU ID is 0 (i.e. the BSP). I missed this earlier.
Revision Changes Path
1.105 +2 -3 src/sys/amd64/amd64/apic_vector.S
1.106 +2 -3 src/sys/i386/i386/apic_vector.s
More information about the cvs-src
mailing list