diff options
author | 2020-03-21 12:25:56 +0100 | |
---|---|---|
committer | 2020-03-21 16:00:22 +0100 | |
commit | e21fee5368f46e211bc1f3cf118f2b122d644132 (patch) | |
tree | b00284dc7adc91c25baef1ffbe53efd652be03d5 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | rcuwait: Add @state argument to rcuwait_wait_event() (diff) | |
download | linux-dev-e21fee5368f46e211bc1f3cf118f2b122d644132.tar.xz linux-dev-e21fee5368f46e211bc1f3cf118f2b122d644132.zip |
powerpc/ps3: Convert half completion to rcuwait
The PS3 notification interrupt and kthread use a hacked up completion to
communicate. Since we're wanting to change the completion implementation and
this is abuse anyway, replace it with a simple rcuwait since there is only ever
the one waiter.
AFAICT the kthread uses TASK_INTERRUPTIBLE to not increase loadavg, kthreads
cannot receive signals by default and this one doesn't look different. Use
TASK_IDLE instead.
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20200321113241.930037873@linutronix.de
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions