svn commit: r210079 - in stable/8/sys: amd64/amd64
amd64/include i386/i386 i386/include
John Baldwin
jhb at freebsd.org
Thu Jul 15 12:34:42 UTC 2010
On Wednesday, July 14, 2010 5:22:31 pm Kostik Belousov wrote:
> 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
> >
==============================================================================
> > --- stable/8/sys/i386/i386/apic_vector.s Wed Jul 14 20:55:45 2010
(r210078)
> > +++ stable/8/sys/i386/i386/apic_vector.s Wed Jul 14 21:10:14 2010
(r210079)
> > @@ -113,6 +113,19 @@ IDTVEC(timerint)
> > jmp doreti
> >
> > /*
> > + * Local APIC CMCI handler.
> > + */
> > + .text
> > + SUPERALIGN_TEXT
> > +IDTVEC(cmcint)
> > + PUSH_FRAME
> > + SET_KERNEL_SREGS
> I think cld is missed right there.
Oops, crossed commits. :( Should be fixed, thanks.
--
John Baldwin
More information about the svn-src-stable-8
mailing list