diff options
Diffstat (limited to 'modules/devices/x86')
-rw-r--r-- | modules/devices/x86/processor.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/devices/x86/processor.c b/modules/devices/x86/processor.c index 17fbff12..2f292666 100644 --- a/modules/devices/x86/processor.c +++ b/modules/devices/x86/processor.c @@ -799,9 +799,9 @@ gchar *processor_get_detailed_info(Processor * processor) "Vendor=%s\n" "[Configuration]\n" "Cache Size=%dkb\n" - "%s=%.2f %s\n" - "%s=%.2f\n" - "%s=%s\n" + "%s=%.2f %s\n" /* frequency */ + "%s=%.2f\n" /* bogomips */ + "%s=%s\n" /* byte order */ "%s" /* topology */ "%s" /* frequency scaling */ "[Features]\n" |