Remove a pointless bootverbose message.
MFC after: 3 days
This commit is contained in:
parent
0d3d810b49
commit
164793c4bd
@ -856,13 +856,8 @@ printcpuinfo(void)
|
||||
}
|
||||
|
||||
if (cpu_feature & CPUID_HTT && strcmp(cpu_vendor,
|
||||
"AuthenticAMD") == 0) {
|
||||
"AuthenticAMD") == 0)
|
||||
cpu_feature &= ~CPUID_HTT;
|
||||
if (bootverbose)
|
||||
printf("\nHTT bit cleared - FreeBSD"
|
||||
" does not have licensing issues"
|
||||
" requiring it.\n");
|
||||
}
|
||||
|
||||
/*
|
||||
* If this CPU supports HTT or CMP then mention the
|
||||
|
Loading…
Reference in New Issue
Block a user