|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] x86: add CPUID dependents of APIC and TSC
TSC_DEADLINE in particular depends on both; take the opportunity to add
a few more.
Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
--- a/xen/tools/gen-cpuid.py
+++ b/xen/tools/gen-cpuid.py
@@ -181,9 +181,11 @@ def crunch_numbers(state):
# bit is only representable in the 64bit PTE format offered by PAE.
PAE: [LM, NX],
+ TSC: [TSC_DEADLINE, RDTSCP, TSC_ADJUST, ITSC],
+
# APIC is special, but X2APIC does depend on APIC being available in
# the first place.
- APIC: [X2APIC],
+ APIC: [X2APIC, TSC_DEADLINE, EXTAPIC],
# AMD built MMXExtentions and 3DNow as extentions to MMX.
MMX: [MMXEXT, _3DNOW],
Attachment:
x86-CPUID-TSC-deadline-deps.patch _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |