cpu_busy_cycle_fcn callback has never been used
authorguenther <guenther@openbsd.org>
Sat, 25 Apr 2015 21:21:02 +0000 (21:21 +0000)
committerguenther <guenther@openbsd.org>
Sat, 25 Apr 2015 21:21:02 +0000 (21:21 +0000)
sys/arch/amd64/amd64/machdep.c

index f18e5bc..5062679 100644 (file)
@@ -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;