All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86/intel: Drop zeroed-out select_idle_routine() function
@ 2017-12-06 18:47 Andrew Cooper
  2017-12-07 10:12 ` Jan Beulich
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Cooper @ 2017-12-06 18:47 UTC (permalink / raw)
  To: Xen-devel; +Cc: Andrew Cooper, Jan Beulich

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
---
CC: Jan Beulich <JBeulich@suse.com>
---
 xen/arch/x86/cpu/intel.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/xen/arch/x86/cpu/intel.c b/xen/arch/x86/cpu/intel.c
index ac932e5..d3145c0 100644
--- a/xen/arch/x86/cpu/intel.c
+++ b/xen/arch/x86/cpu/intel.c
@@ -15,8 +15,6 @@
 
 #include "cpu.h"
 
-#define select_idle_routine(x) ((void)0)
-
 static bool __init probe_intel_cpuid_faulting(void)
 {
 	uint64_t x;
@@ -375,7 +373,6 @@ static void init_intel(struct cpuinfo_x86 *c)
 	/* Detect the extended topology information if available */
 	detect_extended_topology(c);
 
-	select_idle_routine(c);
 	l2 = init_intel_cacheinfo(c);
 	if (c->cpuid_level > 9) {
 		unsigned eax = cpuid_eax(10);
-- 
2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

* Re: [PATCH] x86/intel: Drop zeroed-out select_idle_routine() function
  2017-12-06 18:47 [PATCH] x86/intel: Drop zeroed-out select_idle_routine() function Andrew Cooper
@ 2017-12-07 10:12 ` Jan Beulich
  0 siblings, 0 replies; 2+ messages in thread
From: Jan Beulich @ 2017-12-07 10:12 UTC (permalink / raw)
  To: Andrew Cooper; +Cc: Xen-devel

>>> On 06.12.17 at 19:47, <andrew.cooper3@citrix.com> wrote:
> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>

Acked-by: Jan Beulich <jbeulich@suse.com>



_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

end of thread, other threads:[~2017-12-07 10:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-06 18:47 [PATCH] x86/intel: Drop zeroed-out select_idle_routine() function Andrew Cooper
2017-12-07 10:12 ` Jan Beulich

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.