Re: ia64: use current->state helpers

2015-01-19 Thread Davidlohr Bueso
On Wed, 2015-01-14 at 23:50 -0800, Davidlohr Bueso wrote: > Call __set_current_state() instead of assigning the new state directly. > These interfaces also aid CONFIG_DEBUG_ATOMIC_SLEEP environments, keeping > track of who changed the state. ping? -- To unsubscribe from this list: send the line

ia64: use current->state helpers

2015-01-14 Thread Davidlohr Bueso
Call __set_current_state() instead of assigning the new state directly. These interfaces also aid CONFIG_DEBUG_ATOMIC_SLEEP environments, keeping track of who changed the state. Signed-off-by: Davidlohr Bueso --- Completely untested. arch/ia64/kernel/mca.c| 2 +- arch/ia64/kernel/ptrace.c |