[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] x86/intel: Drop zeroed-out select_idle_routine() function
commit 667b1df4a4fd41b93917e7e1e0f2c9ca5e36704b Author: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> AuthorDate: Wed Dec 6 18:44:15 2017 +0000 Commit: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> CommitDate: Wed Dec 13 10:32:38 2017 +0000 x86/intel: Drop zeroed-out select_idle_routine() function Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Acked-by: Jan Beulich <jbeulich@xxxxxxxx> --- 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); -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |