This commit is contained in:
Maxime Henrion 2002-11-06 23:31:01 +00:00
parent f77f866d28
commit f3595051aa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=106541

View File

@ -85,7 +85,7 @@ cpu_identify(u_long vers, u_int freq, u_int id)
}
snprintf(cpu_model, sizeof(cpu_model), "%s %s", manus, impls);
printf("cpu%d: %s %s Processor (%d.%02d MHZ CPU)\n", id, manus, impls,
printf("cpu%d: %s %s Processor (%d.%02d MHz CPU)\n", id, manus, impls,
(freq + 4999) / 1000000, ((freq + 4999) / 10000) % 100);
if (bootverbose) {
printf(" mask=0x%lx maxtl=%ld maxwin=%ld\n", VER_MASK(vers),