]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: EXYNOS4: Remove clock event timers using ARM private timers
authorChanghwan Youn <chaos.youn@samsung.com>
Sat, 16 Jul 2011 01:49:53 +0000 (10:49 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Wed, 20 Jul 2011 14:33:43 +0000 (23:33 +0900)
commit8eceebf4c659abb4d65c5b573c599adbe632daa8
tree864effe3ba5031657af0282ef2bba29c7d104c7e
parenteb35a14f6d45d8b550604be8cff1c76a5a41a60b
ARM: EXYNOS4: Remove clock event timers using ARM private timers

External GIC cannot support PPI (Private Peripheral Interrupt) for
ARM private timers. Thus MCT should be selected as clock event timers
by default.

Signed-off-by: Changhwan Youn <chaos.youn@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-exynos4/Kconfig
arch/arm/mach-exynos4/Makefile
arch/arm/mach-exynos4/cpu.c
arch/arm/mach-exynos4/include/mach/entry-macro.S
arch/arm/mach-exynos4/include/mach/irqs.h
arch/arm/mach-exynos4/localtimer.c [deleted file]
arch/arm/mach-exynos4/time.c [deleted file]