diff options
author | Noam Camus <noamc@ezchip.com> | 2016-01-01 15:48:49 +0530 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2016-05-09 09:32:28 +0530 |
commit | eec3c58efa271d7dfa30c978dda2c88280212634 (patch) | |
tree | 028246d1987a60246134ebdee95da4d634445b4e /arch/arc/include | |
parent | 0eeb3dfe4b85aa7367e5e4efc365abbe4e50bbfa (diff) | |
download | linux-eec3c58efa271d7dfa30c978dda2c88280212634.tar.gz linux-eec3c58efa271d7dfa30c978dda2c88280212634.tar.bz2 linux-eec3c58efa271d7dfa30c978dda2c88280212634.zip |
ARC: clockevent: switch to cpu notifier for clockevent setup
ARC Timers so far have been handled as "legacy" w/o explicit description
in DT. This poses challenge for newer platforms wanting to use them.
This series will eventually help move timers over to DT.
This patch does a small change of using a CPU notifier to set clockevent
on non-boot CPUs. So explicit setup is done only on boot CPU (which will
later be done by DT)
Signed-off-by: Noam Camus <noamc@ezchip.com>
[vgupta: broken off from a bigger patch]
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/include')
-rw-r--r-- | arch/arc/include/asm/irq.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arc/include/asm/irq.h b/arch/arc/include/asm/irq.h index f9c735ede4fc..5c0b5abda67a 100644 --- a/arch/arc/include/asm/irq.h +++ b/arch/arc/include/asm/irq.h @@ -25,6 +25,5 @@ #include <asm-generic/irq.h> extern void arc_init_IRQ(void); -void arc_local_timer_setup(void); #endif |