From: guenther Date: Tue, 14 May 2024 01:46:24 +0000 (+0000) Subject: Delete the declaration of cpu_feature which has been unused since X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=25ac4bbbe11631de16c446ba753efec8c9150fca;p=openbsd Delete the declaration of cpu_feature which has been unused since rev 1.17 (2017-5-27) when tlbflushg() stopped using it --- diff --git a/sys/arch/amd64/include/cpufunc.h b/sys/arch/amd64/include/cpufunc.h index 563ccbfacc5..5d83e42ab6b 100644 --- a/sys/arch/amd64/include/cpufunc.h +++ b/sys/arch/amd64/include/cpufunc.h @@ -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) {