mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Linux puts a blank line between each CPU.
This commit is contained in:
parent
547f27959b
commit
0a6b4947d8
1 changed files with 1 additions and 1 deletions
|
|
@ -274,7 +274,7 @@ linprocfs_docpuinfo(PFS_FILL_ARGS)
|
|||
"cpu family\t: %d\n"
|
||||
"model\t\t: %d\n"
|
||||
"model name\t: %s\n"
|
||||
"stepping\t: %d\n",
|
||||
"stepping\t: %d\n\n",
|
||||
i, cpu_vendor, class, cpu, model, cpu_id & 0xf);
|
||||
/* XXX per-cpu vendor / class / model / id? */
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue