Matching a similar change in Linux 3.7-rc. Signed-off-by: Jan Beulich <jbeulich@suse.com> --- a/xen/arch/x86/cpu/mwait-idle.c +++ b/xen/arch/x86/cpu/mwait-idle.c @@ -365,6 +365,7 @@ static struct intel_idle_id { ICPU(0x2a, snb), ICPU(0x2d, snb), ICPU(0x3a, ivb), + ICPU(0x3e, ivb), {} }; _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel
Keir Fraser
2012-Nov-02 14:50 UTC
Re: [PATCH] x86/mwait-idle: enable Ivy Bridge Xeon support
On 02/11/2012 13:13, "Jan Beulich" <JBeulich@suse.com> wrote:> Matching a similar change in Linux 3.7-rc. > > Signed-off-by: Jan Beulich <jbeulich@suse.com>Acked-by: Keir Fraser <keir@xen.org>> --- a/xen/arch/x86/cpu/mwait-idle.c > +++ b/xen/arch/x86/cpu/mwait-idle.c > @@ -365,6 +365,7 @@ static struct intel_idle_id { > ICPU(0x2a, snb), > ICPU(0x2d, snb), > ICPU(0x3a, ivb), > + ICPU(0x3e, ivb), > {} > }; > > > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xen.org > http://lists.xen.org/xen-devel
Possibly Parallel Threads
- [PATCH 0/3] x86: mwait_idle improvements ported from Linux
- xen-unstable fails to boot on a system with Ivy Bridge stepping C0 cpu
- expose MWAIT to dom0
- [PATCH v3 59/75] x86/sev-es: Handle MONITOR/MONITORX Events
- [PATCH v3 59/75] x86/sev-es: Handle MONITOR/MONITORX Events