Home
last modified time | relevance | path

Searched refs:now2 (Results 1 – 1 of 1) sorted by relevance

/arch/parisc/kernel/
Dtime.c60 unsigned long now, now2; in timer_interrupt() local
121 now2 = mfctl(16); in timer_interrupt()
122 if (next_tick - now2 > cpt) in timer_interrupt()
129 if (unlikely(now2 - now > 0x3000)) /* 12K cycles */ in timer_interrupt()
133 cpu, now2 - now, cycles_elapsed, cycles_remainder, in timer_interrupt()