xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] x86/mwait-idle: enable Ivy Bridge Xeon support
@ 2012-11-02 13:13 Jan Beulich
  2012-11-02 14:50 ` Keir Fraser
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Beulich @ 2012-11-02 13:13 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 321 bytes --]

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),
 	{}
 };
 




[-- Attachment #2: x86-IvyBridge-idle.patch --]
[-- Type: text/plain, Size: 365 bytes --]

x86/mwait-idle: enable Ivy Bridge Xeon support

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),
 	{}
 };
 

[-- Attachment #3: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-11-02 14:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-02 13:13 [PATCH] x86/mwait-idle: enable Ivy Bridge Xeon support Jan Beulich
2012-11-02 14:50 ` Keir Fraser

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).