#ifndef SYSCTL_H #define SYSCTL_H #define SYSCTL_PROC_PATH "/proc/sys/" int sysctl_set_int(const char *file, int value); int sysctl_get_int(const char *file, int *value); #endif ://distanz.ch/favicon.ico'/>
summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2016-04-21 20:57:46 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2016-04-21 20:57:46 +0200
commit395da1259ac3e3fdc70636a854c993ddb76c6169 (patch)
tree891feefd0ea79820a62a38c027802b02a8afdeaf /Documentation
parentc3b46c73264b03000d1e18b22f5caf63332547c9 (diff)
parentc9d9c929e6741118776eb0f385339d3c2b84d5f8 (diff)
Merge branch 'pm-cpufreq-fixes'
* pm-cpufreq-fixes: cpufreq: Abort cpufreq_update_current_freq() for cpufreq_suspended set intel_pstate: Avoid getting stuck in high P-states when idle
Diffstat (limited to 'Documentation')