Date: Thu, 15 Jul 2010 00:22:31 +0300 From: Kostik Belousov <kostikbel@gmail.com> To: John Baldwin <jhb@freebsd.org> Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-8@freebsd.org Subject: Re: svn commit: r210079 - in stable/8/sys: amd64/amd64 amd64/include i386/i386 i386/include Message-ID: <20100714212231.GS2381@deviant.kiev.zoral.com.ua> In-Reply-To: <201007142110.o6ELAEYi081085@svn.freebsd.org> References: <201007142110.o6ELAEYi081085@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--jesV4P1FjH8FXPjZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 14, 2010 at 09:10:14PM +0000, John Baldwin wrote: > Author: jhb > Date: Wed Jul 14 21:10:14 2010 > New Revision: 210079 > URL: http://svn.freebsd.org/changeset/base/210079 > Modified: stable/8/sys/i386/i386/apic_vector.s > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- stable/8/sys/i386/i386/apic_vector.s Wed Jul 14 20:55:45 2010 (r21007= 8) > +++ stable/8/sys/i386/i386/apic_vector.s Wed Jul 14 21:10:14 2010 (r21007= 9) > @@ -113,6 +113,19 @@ IDTVEC(timerint) > jmp doreti > =20 > /* > + * Local APIC CMCI handler. > + */ > + .text > + SUPERALIGN_TEXT > +IDTVEC(cmcint) > + PUSH_FRAME > + SET_KERNEL_SREGS I think cld is missed right there. > + FAKE_MCOUNT(TF_EIP(%esp)) > + call lapic_handle_cmc > + MEXITCOUNT > + jmp doreti > + > +/* > * Local APIC error interrupt handler. > */ --jesV4P1FjH8FXPjZ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (FreeBSD) iEYEARECAAYFAkw+KpYACgkQC3+MBN1Mb4ia5ACghfJBgBNYilvCrGB+h7LsY5Pi kmcAn2NPEhvFqwzbIZWjfe8X4psI1Bo8 =40yk -----END PGP SIGNATURE----- --jesV4P1FjH8FXPjZ--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100714212231.GS2381>