From 4e76b6ebecf916ac28f6d15e3a8e77af1c2ea4f1 Mon Sep 17 00:00:00 2001 From: jsg Date: Mon, 22 Aug 2022 08:57:54 +0000 Subject: [PATCH] remove extern for cpu var removed in 2015 ok daniel@ --- sys/arch/amd64/include/cpu.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/arch/amd64/include/cpu.h b/sys/arch/amd64/include/cpu.h index b8db48f2714..61436835434 100644 --- a/sys/arch/amd64/include/cpu.h +++ b/sys/arch/amd64/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.147 2022/08/12 02:20:36 cheloha Exp $ */ +/* $OpenBSD: cpu.h,v 1.148 2022/08/22 08:57:54 jsg Exp $ */ /* $NetBSD: cpu.h,v 1.1 2003/04/26 18:39:39 fvdl Exp $ */ /*- @@ -369,7 +369,6 @@ struct timeval; /* locore.S */ extern int biosbasemem; extern int biosextmem; -extern int cpu; extern int cpu_feature; extern int cpu_ebxfeature; extern int cpu_ecxfeature; -- 2.20.1