]> err.no Git - linux-2.6/blobdiff - arch/ia64/kernel/time.c
arch/x86/kernel/.gitignore: Added vmlinux.lds to .gitignore file because it shouldn...
[linux-2.6] / arch / ia64 / kernel / time.c
index 48e15a51782f617fae2c1fbc6f8964d70ccb870c..aad1b7b1fff95e19ee19d3175ce3f9a5a7c8c1a6 100644 (file)
@@ -117,6 +117,7 @@ void account_system_vtime(struct task_struct *tsk)
 
        local_irq_restore(flags);
 }
+EXPORT_SYMBOL_GPL(account_system_vtime);
 
 /*
  * Called from the timer interrupt handler to charge accumulated user time
@@ -379,11 +380,6 @@ static struct irqaction timer_irqaction = {
        .name =         "timer"
 };
 
-void __devinit ia64_disable_timer(void)
-{
-       ia64_set_itv(1 << 16);
-}
-
 void __init
 time_init (void)
 {