Re: [PATCH] xen/xtime: remove incorrect preemption enabled assert

2015-01-14 Thread Boris Ostrovsky
On 01/14/2015 04:34 PM, Imre Deak wrote: Signed-off-by: Imre Deak --- arch/x86/xen/time.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/x86/xen/time.c b/arch/x86/xen/time.c index f473d26..23019b4 100644 --- a/arch/x86/xen/time.c +++ b/arch/x86/xen/time.c @@ -458,8 +458,6 @@ void

[PATCH] xen/xtime: remove incorrect preemption enabled assert

2015-01-14 Thread Imre Deak
Since commit 250a1ac685f147d4f4b2f132cfaffcce1a6792c1 Author: Thomas Gleixner Date: Fri Dec 5 08:48:29 2014 + x86, smpboot: Remove pointless preempt_disable() in native_smp_prepare_cpus() the assert in xen_setup_cpu_clockevents() is incorrect, causing the following BUG: [

[PATCH] xen/xtime: remove incorrect preemption enabled assert

2015-01-14 Thread Imre Deak
Since commit 250a1ac685f147d4f4b2f132cfaffcce1a6792c1 Author: Thomas Gleixner t...@linutronix.de Date: Fri Dec 5 08:48:29 2014 + x86, smpboot: Remove pointless preempt_disable() in native_smp_prepare_cpus() the assert in xen_setup_cpu_clockevents() is incorrect, causing the

Re: [PATCH] xen/xtime: remove incorrect preemption enabled assert

2015-01-14 Thread Boris Ostrovsky
On 01/14/2015 04:34 PM, Imre Deak wrote: Signed-off-by: Imre Deak imre.d...@intel.com --- arch/x86/xen/time.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/x86/xen/time.c b/arch/x86/xen/time.c index f473d26..23019b4 100644 --- a/arch/x86/xen/time.c +++ b/arch/x86/xen/time.c @@