Loading
tools/power turbostat: Dump CPUID(1) consistently with CPUID(6)
We dumped selected CPUID(1) features using a format that showed '-'
for a missing feature. Not so friendly to parse a bunch of dashes
when features are missing...
For CPUID(1) adopt the format we used for CPUID(6): 'No-FEATURE'
means that 'FEATURE' is not present.
Signed-off-by:
Len Brown <len.brown@intel.com>