diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2013-02-15 17:35:19 -0800 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2013-06-24 17:47:34 -0700 |
commit | 060fd3043e5e3488504b9e70182e188dd9113aea (patch) | |
tree | a57bdd68bddf8de0aaea1fe1e01c74f77dbb8c52 /arch/arm/Kconfig | |
parent | 5ddb6d21c30d10ae4a740a788bb9101bd384fea5 (diff) | |
download | linux-rt-060fd3043e5e3488504b9e70182e188dd9113aea.tar.gz |
ARM: smp: Remove local timer API
There are no more users of this API, remove it.
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Marc Zyngier <marc.zyngier@arm.com>
Cc: Russell King <linux@arm.linux.org.uk>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 374a1d8900ec..46fa88091631 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1544,16 +1544,6 @@ config ARM_PSCI 0022A ("Power State Coordination Interface System Software on ARM processors"). -config LOCAL_TIMERS - bool "Use local timer interrupts" - depends on SMP - default y - help - Enable support for local timers on SMP platforms, rather then the - legacy IPI broadcast method. Local timers allows the system - accounting to be spread across the timer interval, preventing a - "thundering herd" at every timer tick. - # The GPIO number here must be sorted by descending number. In case of # a multiplatform kernel, we just want the highest value required by the # selected platforms. |