Date: Wed, 16 Nov 2005 20:55:57 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/amd64/amd64 apic_vector.S src/sys/i386/i386 apic_vector.s Message-ID: <200511162055.jAGKtv17017128@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511162055.jAGKtv17017128>