]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - kernel/timer.c
x86: fix panic with interrupts off (needed for MCE)
[karo-tx-linux.git] / kernel / timer.c
index cffffad01c31cf1670490f2860f0e5de0f25d301..e2c47b82ac36130de568d089df50288c7034fa04 100644 (file)
@@ -756,6 +756,7 @@ void add_timer_on(struct timer_list *timer, int cpu)
        wake_up_idle_cpu(cpu);
        spin_unlock_irqrestore(&base->lock, flags);
 }
+EXPORT_SYMBOL_GPL(add_timer_on);
 
 /**
  * del_timer - deactive a timer.