* [PATCH] x86: remove dead member from struct _cpuid4_info
@ 2011-10-14 7:51 Jan Beulich
2011-10-14 8:00 ` Keir Fraser
0 siblings, 1 reply; 2+ messages in thread
From: Jan Beulich @ 2011-10-14 7:51 UTC (permalink / raw)
To: xen-devel@lists.xensource.com
Signed-off-by: Jan Beulich <jbeulich@suse.com>
--- a/xen/arch/x86/cpu/intel_cacheinfo.c
+++ b/xen/arch/x86/cpu/intel_cacheinfo.c
@@ -124,7 +124,6 @@ struct _cpuid4_info {
union _cpuid4_leaf_ebx ebx;
union _cpuid4_leaf_ecx ecx;
unsigned long size;
- cpumask_t shared_cpu_map;
};
unsigned short num_cache_leaves;
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-10-14 8:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-14 7:51 [PATCH] x86: remove dead member from struct _cpuid4_info Jan Beulich
2011-10-14 8:00 ` Keir Fraser
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.