1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

Linux puts a blank line between each CPU.

This commit is contained in:
Ed Maste 2010-04-14 13:44:22 +00:00
parent 547f27959b
commit 0a6b4947d8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=206597

View File

@ -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? */
}