Declare cpu_meltdown in <machine/cpu.h>
authorguenther <guenther@openbsd.org>
Wed, 11 Jul 2018 20:07:55 +0000 (20:07 +0000)
committerguenther <guenther@openbsd.org>
Wed, 11 Jul 2018 20:07:55 +0000 (20:07 +0000)
sys/arch/amd64/amd64/identcpu.c
sys/arch/amd64/amd64/pmap.c
sys/arch/amd64/include/cpu.h

index 8595a0d..2bedf13 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: identcpu.c,v 1.100 2018/07/03 08:42:32 jsg Exp $      */
+/*     $OpenBSD: identcpu.c,v 1.101 2018/07/11 20:07:55 guenther Exp $ */
 /*     $NetBSD: identcpu.c,v 1.1 2003/04/26 18:39:28 fvdl Exp $        */
 
 /*
@@ -466,7 +466,6 @@ identifycpu(struct cpu_info *ci)
        int i;
        char *brandstr_from, *brandstr_to;
        int skipspace;
-       extern uint32_t cpu_meltdown;
 
        CPUID(1, ci->ci_signature, val, dummy, ci->ci_feature_flags);
        CPUID(0x80000000, ci->ci_pnfeatset, dummy, dummy, dummy);
index adc8366..81b3af7 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: pmap.c,v 1.114 2018/04/26 06:51:48 mpi Exp $  */
+/*     $OpenBSD: pmap.c,v 1.115 2018/07/11 20:07:55 guenther Exp $     */
 /*     $NetBSD: pmap.c,v 1.3 2003/05/08 18:13:13 thorpej Exp $ */
 
 /*
@@ -279,8 +279,6 @@ extern vaddr_t lo32_paddr;
 vaddr_t virtual_avail;
 extern int end;
 
-extern uint32_t cpu_meltdown;
-
 /*
  * local prototypes
  */
index f507e7c..d345dd9 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: cpu.h,v 1.125 2018/07/06 02:43:01 guenther Exp $      */
+/*     $OpenBSD: cpu.h,v 1.126 2018/07/11 20:07:55 guenther Exp $      */
 /*     $NetBSD: cpu.h,v 1.1 2003/04/26 18:39:39 fvdl Exp $     */
 
 /*-
@@ -352,6 +352,7 @@ extern int cpu_id;
 extern char cpu_vendor[];
 extern int cpuid_level;
 extern int cpuspeed;
+extern int cpu_meltdown;
 
 /* cpu.c */
 extern u_int cpu_mwait_size;