CPU (Linux): disables printing package count by default

The detection code is problematic. Let's hide the package count before we can find the root cause.
This commit is contained in:
Carter Li
2026-07-09 09:23:27 +08:00
parent c690fe5aa9
commit 93bca8d480
-4
View File
@@ -47,10 +47,6 @@ bool ffPrintCPU(FFCPUOptions* options) {
FF_STRBUF_AUTO_DESTROY str = ffStrbufCreate();
if (cpu.packages > 1) {
ffStrbufAppendF(&str, "%u x ", cpu.packages);
}
if (cpu.name.length > 0) {
ffStrbufAppend(&str, &cpu.name);
} else if (cpu.vendor.length > 0) {