From: guenther Date: Sat, 25 Apr 2015 21:21:02 +0000 (+0000) Subject: cpu_busy_cycle_fcn callback has never been used X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=6c726d70e1fd6c8344e6b9e201375883821f1c68;p=openbsd cpu_busy_cycle_fcn callback has never been used --- diff --git a/sys/arch/amd64/amd64/machdep.c b/sys/arch/amd64/amd64/machdep.c index f18e5bc7561..5062679137f 100644 --- a/sys/arch/amd64/amd64/machdep.c +++ b/sys/arch/amd64/amd64/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.209 2015/04/18 22:16:21 kettenis Exp $ */ +/* $OpenBSD: machdep.c,v 1.210 2015/04/25 21:21:02 guenther Exp $ */ /* $NetBSD: machdep.c,v 1.3 2003/05/07 22:58:18 fvdl Exp $ */ /*- @@ -155,7 +155,6 @@ char machine[] = MACHINE; void (*cpu_idle_leave_fcn)(void) = NULL; void (*cpu_idle_cycle_fcn)(void) = NULL; void (*cpu_idle_enter_fcn)(void) = NULL; -void (*cpu_busy_cycle_fcn)(void) = NULL; /* the following is used externally for concurrent handlers */ int setperf_prio = 0;