diff options
author | Jiri Olsa <[email protected]> | 2015-01-28 18:54:38 +0100 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2015-02-04 08:07:13 +0100 |
commit | 7c60fc0e022858e19c66289ec65cc3effc8c0b1f (patch) | |
tree | 695b6c3d9608feb6d4861bc29cee43b8d0caa081 /net/switchdev/switchdev.c | |
parent | a83fe28e2e45392464858a96745db26ac73670c8 (diff) |
perf: Use POLLIN instead of POLL_IN for perf poll data in flag
Currently we flag available data (via poll syscall) on perf fd with
POLL_IN macro, which is normally used for SIGIO interface.
We've been lucky, because POLLIN (0x1) is subset of POLL_IN (0x20001)
and sys_poll (do_pollfd function) cut the extra bit out (0x20000).
Signed-off-by: Jiri Olsa <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Stephane Eranian <[email protected]>
Cc: Arnaldo Carvalho de Melo <[email protected]>
Cc: Linus Torvalds <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'net/switchdev/switchdev.c')
0 files changed, 0 insertions, 0 deletions