Re: [PATCH v2] KVM: PPC: Use clockevent multiplier and shifter for decrementer

2012-04-16 Thread Alexander Graf
On 09.04.2012, at 06:33, Bharat Bhushan wrote: > Time for which the hrtimer is started for decrementer emulation is calculated > using tb_ticks_per_usec. While hrtimer uses the clockevent for DEC > reprogramming (if needed) and which calculate timebase ticks using the > multiplier and shifter

[PATCH v2] KVM: PPC: Use clockevent multiplier and shifter for decrementer

2012-04-08 Thread Bharat Bhushan
Time for which the hrtimer is started for decrementer emulation is calculated using tb_ticks_per_usec. While hrtimer uses the clockevent for DEC reprogramming (if needed) and which calculate timebase ticks using the multiplier and shifter mechanism implemented within clockevent layer. It was ob