summaryrefslogtreecommitdiffstats
path: root/sys/x86/include/x86_var.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2016-11-08 06:13:22 +0000
committerjhb <jhb@FreeBSD.org>2016-11-08 06:13:22 +0000
commitd0ef2d28ec977696c1bed1b44f5cd45c782a40d6 (patch)
tree0458d6e97f571a880ff0c645e7cf312968846eda /sys/x86/include/x86_var.h
parent3b5cc25eb30f8708b04139fd3ff550590382c6ad (diff)
downloadFreeBSD-src-d0ef2d28ec977696c1bed1b44f5cd45c782a40d6.zip
FreeBSD-src-d0ef2d28ec977696c1bed1b44f5cd45c782a40d6.tar.gz
MFC 305836: Remove 'cpu' and 'cpu_class' on amd64.
The 'cpu' and 'cpu_class' variables were always set to the same value on amd64 and are legacy holdovers from i386. Remove them entirely on amd64. Requested by: kib (MFC)
Diffstat (limited to 'sys/x86/include/x86_var.h')
-rw-r--r--sys/x86/include/x86_var.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/x86/include/x86_var.h b/sys/x86/include/x86_var.h
index 07e9d80..d04ab9b 100644
--- a/sys/x86/include/x86_var.h
+++ b/sys/x86/include/x86_var.h
@@ -107,7 +107,6 @@ bool fix_cpuid(void);
void fillw(int /*u_short*/ pat, void *base, size_t cnt);
int is_physical_memory(vm_paddr_t addr);
int isa_nmi(int cd);
-void panicifcpuunsupported(void);
void pagecopy(void *from, void *to);
void printcpuinfo(void);
int user_dbreg_trap(void);
OpenPOWER on IntegriCloud