diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-08-22 08:57:55 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-08-22 08:57:55 +0000 |
commit | 65fbc75e8164f7b0bff744c21deaf5d1dd6bf465 (patch) | |
tree | 4d344016ae899df586d1d7b079d2dda43eefb48c /sys/arch | |
parent | 9e6c854067dc12c95df1ca130a13b5526d2ffa48 (diff) |
remove extern for cpu var removed in 2015
ok daniel@
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amd64/include/cpu.h | 3 |
1 files changed, 1 insertions, 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; |