summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2007-05-29 19:25:50 +0000
committerdes <des@FreeBSD.org>2007-05-29 19:25:50 +0000
commit164793c4bd56dc10ef6d3014c3f5bd335a7a04b1 (patch)
tree26a08ca55c44c2c04bb5b6bb15d94df5feda5051
parent0d3d810b49e394651a083108fcd60b77575629d6 (diff)
downloadFreeBSD-src-164793c4bd56dc10ef6d3014c3f5bd335a7a04b1.zip
FreeBSD-src-164793c4bd56dc10ef6d3014c3f5bd335a7a04b1.tar.gz
Remove a pointless bootverbose message.
MFC after: 3 days
-rw-r--r--sys/i386/i386/identcpu.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/i386/i386/identcpu.c b/sys/i386/i386/identcpu.c
index a72abe6..df46764 100644
--- a/sys/i386/i386/identcpu.c
+++ b/sys/i386/i386/identcpu.c
@@ -856,13 +856,8 @@ via_common:
}
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
OpenPOWER on IntegriCloud