]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
clocksource/drivers/imx: Allow timer irq affinity change
authorLucas Stach <l.stach@pengutronix.de>
Wed, 14 Oct 2015 09:24:17 +0000 (11:24 +0200)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Thu, 15 Oct 2015 15:42:05 +0000 (17:42 +0200)
commitf1c08c9bc8f475aa242270da30b6cc9232bd19e0
tree97f20c9e49c3998433212a7f2ca87e6309b20810
parent31f7987406497dc65408dee4e84e3f3cc3ffe9cd
clocksource/drivers/imx: Allow timer irq affinity change

Allow the timer core to change the smp affinity of the broadcast timer
irq by setting CLOCK_EVT_FEAT_DYNIRQ flag. For this to work the timer
core needs to be told about the used irq.

This reduces interrupt pressure and wakeups on CPU0 as well as vastly
reducing the number of timer broadcast IPIs.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
drivers/clocksource/timer-imx-gpt.c