]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/ppc64/kernel/time.c
[PATCH] ppc64: Rename ItLpQueue_* functions to hvlpevent_queue_*
[karo-tx-linux.git] / arch / ppc64 / kernel / time.c
index c133f9c28c57aba2c953a76754222e96185bfac3..f9c18400ebf582f43fb644865c97a10a12d348a7 100644 (file)
@@ -367,8 +367,8 @@ int timer_interrupt(struct pt_regs * regs)
        set_dec(next_dec);
 
 #ifdef CONFIG_PPC_ISERIES
-       if (ItLpQueue_isLpIntPending())
-               lpevent_count += ItLpQueue_process(regs);
+       if (hvlpevent_is_pending())
+               lpevent_count += process_hvlpevents(regs);
 #endif
 
 /* collect purr register values often, for accurate calculations */