summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-versatile
diff options
context:
space:
mode:
authorMarc Zyngier2012-01-18 16:05:11 +0100
committerMarc Zyngier2012-02-03 12:34:27 +0100
commit6905a65879b51d326396e63dfea40861a30bc17f (patch)
tree45551c601c45cbfcfe87d346bb5c59fcbdd6d4fe /arch/arm/plat-versatile
parentARM: prima2: convert to common sched_clock() implementation (diff)
downloadkernel-qcow2-linux-6905a65879b51d326396e63dfea40861a30bc17f.tar.gz
kernel-qcow2-linux-6905a65879b51d326396e63dfea40861a30bc17f.tar.xz
kernel-qcow2-linux-6905a65879b51d326396e63dfea40861a30bc17f.zip
ARM: Make the sched_clock framework mandatory
All sched_clock() providers have been converted to the sched_clock framework, which also provides a jiffy based implementation for the platforms that do not provide a counter. It is now possible to make the sched_clock framework mandatory, effectively preventing new platforms to add new sched_clock() functions, which would be detrimental to the single zImage work. Acked-by: Nicolas Pitre <nico@linaro.org> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'arch/arm/plat-versatile')
-rw-r--r--arch/arm/plat-versatile/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/plat-versatile/Kconfig b/arch/arm/plat-versatile/Kconfig
index 52353beb369d..c6f4b9625e71 100644
--- a/arch/arm/plat-versatile/Kconfig
+++ b/arch/arm/plat-versatile/Kconfig
@@ -12,6 +12,5 @@ config PLAT_VERSATILE_LEDS
config PLAT_VERSATILE_SCHED_CLOCK
def_bool y if !ARCH_INTEGRATOR_AP
- select HAVE_SCHED_CLOCK
endif