diff options
-rw-r--r-- | arch/x86/xen/time.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/xen/time.c b/arch/x86/xen/time.c index f473d268d387..23019b483908 100644 --- a/arch/x86/xen/time.c +++ b/arch/x86/xen/time.c | |||
@@ -458,8 +458,6 @@ void xen_setup_timer(int cpu) | |||
458 | 458 | ||
459 | void xen_setup_cpu_clockevents(void) | 459 | void xen_setup_cpu_clockevents(void) |
460 | { | 460 | { |
461 | BUG_ON(preemptible()); | ||
462 | |||
463 | clockevents_register_device(this_cpu_ptr(&xen_clock_events.evt)); | 461 | clockevents_register_device(this_cpu_ptr(&xen_clock_events.evt)); |
464 | } | 462 | } |
465 | 463 | ||