aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2007-10-27 13:34:53 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2007-10-27 13:34:53 +0000
commit54a3fb6f8fdd758bb45f0091f6a06bee3ea1dfc3 (patch)
tree05e48eb4579b62add00e11069eb59660714d8d4d
parent4d6c5bef396a188dbac228f96bf3d9f0c85e356b (diff)
Notes
-rw-r--r--sys/amd64/amd64/local_apic.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/amd64/amd64/local_apic.c b/sys/amd64/amd64/local_apic.c
index b532e91e4ca9f..d201310cfa3ba 100644
--- a/sys/amd64/amd64/local_apic.c
+++ b/sys/amd64/amd64/local_apic.c
@@ -1007,10 +1007,6 @@ apic_init(void *dummy __unused)
struct apic_enumerator *enumerator;
int retval, best;
- /* We only support built in local APICs. */
- if (!(cpu_feature & CPUID_APIC))
- return;
-
/* Don't probe if APIC mode is disabled. */
if (resource_disabled("apic", 0))
return;