[Midnightbsd-cvs] src [7366] trunk/sys/sys/systm.h: use the new c2/c3
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Nov 28 17:21:09 EST 2015
Revision: 7366
http://svnweb.midnightbsd.org/src/?rev=7366
Author: laffer1
Date: 2015-11-28 17:21:08 -0500 (Sat, 28 Nov 2015)
Log Message:
-----------
use the new c2/c3
Modified Paths:
--------------
trunk/sys/sys/systm.h
Modified: trunk/sys/sys/systm.h
===================================================================
--- trunk/sys/sys/systm.h 2015-11-28 18:44:59 UTC (rev 7365)
+++ trunk/sys/sys/systm.h 2015-11-28 22:21:08 UTC (rev 7366)
@@ -266,8 +266,9 @@
void cpu_stopprofclock(void);
void cpu_idleclock(void);
void cpu_activeclock(void);
-extern int cpu_can_deep_sleep;
-extern int cpu_disable_deep_sleep;
+extern int cpu_deepest_sleep;
+extern int cpu_disable_c2_sleep;
+extern int cpu_disable_c3_sleep;
int cr_cansee(struct ucred *u1, struct ucred *u2);
int cr_canseesocket(struct ucred *cred, struct socket *so);
More information about the Midnightbsd-cvs
mailing list