summaryrefslogtreecommitdiff
path: root/epoll2.h
blob: 1ecf5f0b83ad5806feb3a683eaf8612ff57881e2 (plain)
1
2
3
4
5
6
7
#ifndef __EPOLL_H
#define __EPOLL_H

extern void set_epoll_descriptor(int fd_epoll, int action, int fd_toadd, int events);
extern int set_epoll_descriptor2(int fd_epoll, int action, int fd_toadd, int events);

#endif /* __EPOLL_H */
select name='ignorews' onchange='this.form.submit();'>mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2016-05-06 15:00:38 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2016-05-06 22:33:33 +0200
commitbf7cdff19429a72c32257da70d5345ffca66d861 (patch)
treef4d83469182cec7cac31ad068aaebc7a2cb64528 /.mailmap
parent6c9d9c81924b4b63c7a487e90fddb3b2d0f7d458 (diff)
cpufreq: schedutil: Make it depend on CONFIG_SMP
Make the schedutil cpufreq governor depend on CONFIG_SMP, because the scheduler-provided utilization numbers used by it are only available with CONFIG_SMP set. Fixes: 9bdcb44e391d (cpufreq: schedutil: New governor based on scheduler utilization data) Reported-by: Steve Muckle <steve.muckle@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to '.mailmap')