diff options
| -rw-r--r-- | arch/x86/xen/time.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/xen/time.c b/arch/x86/xen/time.c index a1895a8e85c1..1ecb05db3632 100644 --- a/arch/x86/xen/time.c +++ b/arch/x86/xen/time.c | |||
| @@ -309,7 +309,6 @@ static irqreturn_t xen_timer_interrupt(int irq, void *dev_id) | |||
| 309 | void xen_teardown_timer(int cpu) | 309 | void xen_teardown_timer(int cpu) |
| 310 | { | 310 | { |
| 311 | struct clock_event_device *evt; | 311 | struct clock_event_device *evt; |
| 312 | BUG_ON(cpu == 0); | ||
| 313 | evt = &per_cpu(xen_clock_events, cpu).evt; | 312 | evt = &per_cpu(xen_clock_events, cpu).evt; |
| 314 | 313 | ||
| 315 | if (evt->irq >= 0) { | 314 | if (evt->irq >= 0) { |
