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

From: Boris Ostrovsky
Date: Wed Jan 14 2015 - 16:48:38 EST


On 01/14/2015 04:34 PM, Imre Deak wrote:
Signed-off-by: Imre Deak <imre.deak@xxxxxxxxx>
---
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 xen_setup_timer(int cpu)
void xen_setup_cpu_clockevents(void)
{
- BUG_ON(preemptible());
-
clockevents_register_device(this_cpu_ptr(&xen_clock_events.evt));
}


This is already in the tree. Commit 8b8cd8a3673d.

Thanks.
-boris
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/