svn commit: r210079 - in stable/8/sys: amd64/amd64
amd64/include i386/i386 i386/include
Kostik Belousov
kostikbel at gmail.com
Wed Jul 14 21:22:37 UTC 2010
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.
> + FAKE_MCOUNT(TF_EIP(%esp))
> + call lapic_handle_cmc
> + MEXITCOUNT
> + jmp doreti
> +
> +/*
> * Local APIC error interrupt handler.
> */
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/svn-src-stable-8/attachments/20100714/487646fb/attachment.pgp
More information about the svn-src-stable-8
mailing list