Delete the declaration of cpu_feature which has been unused since
authorguenther <guenther@openbsd.org>
Tue, 14 May 2024 01:46:24 +0000 (01:46 +0000)
committerguenther <guenther@openbsd.org>
Tue, 14 May 2024 01:46:24 +0000 (01:46 +0000)
rev 1.17 (2017-5-27) when tlbflushg() stopped using it

sys/arch/amd64/include/cpufunc.h

index 563ccbf..5d83e42 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: cpufunc.h,v 1.40 2024/01/31 05:49:33 guenther Exp $   */
+/*     $OpenBSD: cpufunc.h,v 1.41 2024/05/14 01:46:24 guenther Exp $   */
 /*     $NetBSD: cpufunc.h,v 1.3 2003/05/08 10:27:43 fvdl Exp $ */
 
 /*-
@@ -43,8 +43,6 @@
 
 #if defined(_KERNEL) && !defined (_STANDALONE)
 
-extern int cpu_feature;
-
 static __inline void 
 invlpg(u_int64_t addr)
 {