-/* $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 $ */
/*
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);
-/* $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 $ */
/*
vaddr_t virtual_avail;
extern int end;
-extern uint32_t cpu_meltdown;
-
/*
* local prototypes
*/
-/* $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 $ */
/*-
extern char cpu_vendor[];
extern int cpuid_level;
extern int cpuspeed;
+extern int cpu_meltdown;
/* cpu.c */
extern u_int cpu_mwait_size;