From: jsg Date: Mon, 22 Aug 2022 08:57:54 +0000 (+0000) Subject: remove extern for cpu var removed in 2015 X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=4e76b6ebecf916ac28f6d15e3a8e77af1c2ea4f1;p=openbsd remove extern for cpu var removed in 2015 ok daniel@ --- 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;