|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH 13/16] x86/cpu: Drop NOISY_CAPS
These were plausibly useful for debugging when there were 4 words in
x86_capability[], but it's currently 22 words and growing.
Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
---
CC: Jan Beulich <JBeulich@xxxxxxxx>
CC: Roger Pau Monné <roger.pau@xxxxxxxxxx>
CC: Julian Vetter <julian.vetter@xxxxxxxxxx>
CC: Teddy Astie <teddy.astie@xxxxxxxxxx>
Even I can't read it in hex any more.
---
xen/arch/x86/cpu/common.c | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/xen/arch/x86/cpu/common.c b/xen/arch/x86/cpu/common.c
index 0249bb4bf2dc..7674cca1ba93 100644
--- a/xen/arch/x86/cpu/common.c
+++ b/xen/arch/x86/cpu/common.c
@@ -598,13 +598,6 @@ void identify_cpu(struct cpuinfo_x86 *c)
c->x86_capability[FEATURESET_m10Ah] = val >> 32;
}
-#ifdef NOISY_CAPS
- printk(KERN_DEBUG "CPU: After vendor identify, caps:");
- for (i = 0; i < NCAPINTS; i++)
- printk(" %08x", c->x86_capability[i]);
- printk("\n");
-#endif
-
/*
* Vendor-specific initialization. In this section we
* canonicalize the feature flags, meaning if there are
@@ -641,13 +634,6 @@ void identify_cpu(struct cpuinfo_x86 *c)
xstate_init(c);
-#ifdef NOISY_CAPS
- printk(KERN_DEBUG "CPU: After all inits, caps:");
- for (i = 0; i < NCAPINTS; i++)
- printk(" %08x", c->x86_capability[i]);
- printk("\n");
-#endif
-
/*
* If RDRAND is available, make an attempt to check that it actually
* (still) works.
--
2.39.5
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |