[Xen-devel] [PATCH] x86/xen: use schedule_timeout_interruptible()

2015-05-30 Thread Nicholas Mc Guire
API consolidation with coccinelle found: ./arch/x86/xen/smp.c:499:2-18: consolidation with schedule_timeout_*() recommended This is a 1:1 conversion of the current calls to an available helper only - so only an API consolidation to improve readability. Patch was compile tested with x86_6

Re: [Xen-devel] [PATCH] x86/xen: use schedule_timeout_interruptible()

2015-05-29 Thread Boris Ostrovsky
On 05/29/2015 09:49 AM, Nicholas Mc Guire wrote: API consolidation with coccinelle found: ./arch/x86/xen/smp.c:499:2-18: consolidation with schedule_timeout_*() recommended This is a 1:1 conversion of the current calls to an available helper only - so only an API consolidation to improv