summaryrefslogtreecommitdiff
path: root/include/chipset.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/chipset.h')
-rw-r--r--include/chipset.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/include/chipset.h b/include/chipset.h
index 03f5ef4318..932f1aec3e 100644
--- a/include/chipset.h
+++ b/include/chipset.h
@@ -63,15 +63,13 @@ void chipset_exit_hard_off(void);
static inline void chipset_exit_hard_off(void) { }
#endif
-/**
- * Enable/disable CPU throttling.
- *
- * @param throttle Enable (!=0) or disable(0) throttling
+/* This is a private chipset-specific implementation for use only by
+ * throttle_ap() . Don't call this directly!
*/
void chipset_throttle_cpu(int throttle);
/**
- * Immedaitely shut off power to main processor and chipset.
+ * Immediately shut off power to main processor and chipset.
*
* This is intended for use when the system is too hot or battery power is
* critical.