diff options
author | Peter Zijlstra (Intel) <peterz@infradead.org> | 2020-03-21 12:25:56 +0100 |
---|---|---|
committer | Peter Zijlstra <peterz@infradead.org> | 2020-03-21 16:00:22 +0100 |
commit | e21fee5368f46e211bc1f3cf118f2b122d644132 (patch) | |
tree | b00284dc7adc91c25baef1ffbe53efd652be03d5 /usr/.gitignore | |
parent | 80fbaf1c3f2926c834f8ca915441dfe27ce5487e (diff) |
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 'usr/.gitignore')
0 files changed, 0 insertions, 0 deletions