MFi386: PDCM, remove pointless message
MFC after: 3 days
This commit is contained in:
parent
34bf2d2c18
commit
783a05dfd3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=170135
@ -236,7 +236,7 @@ printcpuinfo(void)
|
||||
"\015<b12>"
|
||||
"\016CX16" /* CMPXCHG16B Instruction */
|
||||
"\017xTPR" /* Send Task Priority Messages*/
|
||||
"\020<b15>"
|
||||
"\020PDCM" /* Perf/Debug Capability MSR */
|
||||
"\021<b16>"
|
||||
"\022<b17>"
|
||||
"\023DCA" /* Direct Cache Access */
|
||||
@ -342,13 +342,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