Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jul 2010 08:21:45 -0400
From:      John Baldwin <jhb@freebsd.org>
To:        Kostik Belousov <kostikbel@gmail.com>
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:  <201007150821.45947.jhb@freebsd.org>
In-Reply-To: <20100714212231.GS2381@deviant.kiev.zoral.com.ua>
References:  <201007142110.o6ELAEYi081085@svn.freebsd.org> <20100714212231.GS2381@deviant.kiev.zoral.com.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007150821.45947.jhb>