clocksource/cadence_ttc: Call clockevents_update_freq() with IRQs enabled
authorSoren Brinkmann <soren.brinkmann@xilinx.com>
Wed, 19 Feb 2014 23:14:41 +0000 (15:14 -0800)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Tue, 11 Mar 2014 22:05:18 +0000 (23:05 +0100)
commit5f0ba3b462b2d36b3c28748863747fb1050f40d0
tree7260b5c7cb377290f08f52f620fb39f271c6a8b1
parentfd3f1270d237d1afb344ee6bfd0e50c488c29e34
clocksource/cadence_ttc: Call clockevents_update_freq() with IRQs enabled

The timer core takes care of serialization and IRQs. Hence the driver is
no longer required to disable interrupts when calling
clockevents_update_freq().

Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Acked-by: Michal Simek <michal.simek@xilinx.com>
drivers/clocksource/cadence_ttc_timer.c