diff options
author | Marc Zyngier <marc.zyngier@arm.com> | 2012-01-16 11:44:12 +0000 |
---|---|---|
committer | Marc Zyngier <marc.zyngier@arm.com> | 2012-02-03 11:34:26 +0000 |
commit | bc8d849d9171a2014f8e9b0322f3ac5af9d3f2b2 (patch) | |
tree | f48104d5dc91dbf248f55a4ca227e31d3e0959d6 /arch/arm/Kconfig | |
parent | 30c9c5b157b70d0a2f1fd0f37b936e63bade0d58 (diff) |
ARM: prima2: convert to common sched_clock() implementation
Prima2 has its own sched_clock() implementation, which gets in the
way of a single zImage. Moving to the common sched_clock framework
makes the code slightly cleaner (the mapping hack in sched_clock()
goes away...).
Acked-by: Barry Song <baohua.song@csr.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index cb757342a66..a18550ee2f2 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -388,6 +388,7 @@ config ARCH_PRIMA2 select GENERIC_CLOCKEVENTS select CLKDEV_LOOKUP select GENERIC_IRQ_CHIP + select HAVE_SCHED_CLOCK select MIGHT_HAVE_CACHE_L2X0 select USE_OF select ZONE_DMA |