diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/amd64/identcpu.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/amd64/amd64/identcpu.c b/sys/arch/amd64/amd64/identcpu.c index f0711067798..86c11b579e3 100644 --- a/sys/arch/amd64/amd64/identcpu.c +++ b/sys/arch/amd64/amd64/identcpu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: identcpu.c,v 1.98 2018/06/28 21:28:41 sthen Exp $ */ +/* $OpenBSD: identcpu.c,v 1.99 2018/06/28 21:31:36 sthen Exp $ */ /* $NetBSD: identcpu.c,v 1.1 2003/04/26 18:39:28 fvdl Exp $ */ /* @@ -819,9 +819,6 @@ cpu_topology(struct cpu_info *ci) ci->ci_pkg_id >>= core_bits; } } else if (strcmp(cpu_vendor, "GenuineIntel") == 0) { - struct cpu_info *ci_other; - CPU_INFO_ITERATOR cii; - /* We only support leaf 1/4 detection */ if (cpuid_level < 4) goto no_topology; |