I was referring to the timer interrupt which backs the hrtimer.How do we ensure that we don't take the interrupt in the middle of a>
> >sequence of accesses to the HW?
>The L3 cache and MN PMU does not use the overflow IRQ and it does
>not occur here
>as the interrupt Mask register is by default masked in hardware.
i.e. how do we guarantee that hisi_hrtimer_callback() is not called
while we are in the middle of a RMW sequence? Are interrupts disabled
for all of those seqeunces?
Thanks,
Mark.