Re: [PATCH 3/7] wait.[ch]: Introduce the simple waitqueue (swait) implementation
From: Peter Zijlstra <peterz@infradead.org>
Date: 2015-01-14 15:29:10
Also in:
lkml
From: Peter Zijlstra <peterz@infradead.org>
Date: 2015-01-14 15:29:10
Also in:
lkml
On Wed, Jan 14, 2015 at 10:01:02AM -0500, Steven Rostedt wrote:
Then why even bother with the wake_up_state, and not just call wake_up_process()?
Ah indeed. TASK_NORMAL should be fine for all.