Re: [Xen-devel] [PATCH] x86,xen: use current->state helpers

2015-01-26 Thread David Vrabel
On 26/01/15 10:10, 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. Applied to devel/for-linus-3.20, thanks. David ___

Re: [Xen-devel] [PATCH] x86,xen: use current->state helpers

2015-01-26 Thread Davidlohr Bueso
Oops, cc'ing lkml. On Mon, 2015-01-26 at 02:10 -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. > > Signed-off-by: Davidlohr Bueso

[Xen-devel] [PATCH] x86,xen: use current->state helpers

2015-01-26 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 --- arch/x86/xen/smp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --gi