From: Sheng Yang <sheng@linux.intel.com>
To: xen-devel@lists.xensource.com
Cc: Keir Fraser <keir.fraser@eu.citrix.com>
Subject: Re: [PATCH] C6 state with EOI issue fix for some Intel processors
Date: Wed, 15 Sep 2010 15:18:50 +0800 [thread overview]
Message-ID: <201009151518.50179.sheng@linux.intel.com> (raw)
In-Reply-To: <201009151510.44090.sheng@linux.intel.com>
On Wednesday 15 September 2010 15:10:43 Sheng Yang wrote:
> There is an errata in some of Intel processors.
>
> AAJ72. EOI Transaction May Not be Sent if Software Enters Core C6 During
> an Interrupt Service Routine
>
> If core C6 is entered after the start of an interrupt service routine but
> before a write to the APIC EOI register, the core may not send an EOI
> transaction (if needed) and further interrupts from the same priority
> level or lower may be blocked.
>
> This patch fix this issue, by checking if ISR is pending before enter deep
> Cx state. If so, it would use power->safe_state instead of deep Cx state
> to prevent the above issue happen.
Signed-off-by: Sheng Yang <sheng@linux.intel.com>
--
regards
Yang, Sheng
next prev parent reply other threads:[~2010-09-15 7:18 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-15 7:10 [PATCH] C6 state with EOI issue fix for some Intel processors Sheng Yang
2010-09-15 7:18 ` Sheng Yang [this message]
2010-09-15 7:32 ` Keir Fraser
2010-09-15 8:03 ` Keir Fraser
2010-09-15 13:42 ` Andreas Kinzler
2010-09-16 0:23 ` Sheng Yang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201009151518.50179.sheng@linux.intel.com \
--to=sheng@linux.intel.com \
--cc=keir.fraser@eu.citrix.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.