summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos4/cpu.c
diff options
context:
space:
mode:
authorChanghwan Youn <chaos.youn@samsung.com>2011-07-16 10:49:53 +0900
committerKukjin Kim <kgene.kim@samsung.com>2011-07-20 23:33:43 +0900
commit069d4e743c4b0c56c5a5374e1636db3ffe24ca32 (patch)
tree864effe3ba5031657af0282ef2bba29c7d104c7e /arch/arm/mach-exynos4/cpu.c
parentaab74d3e753649defa52ea43cbec1e91ebb4cc8e (diff)
downloadop-kernel-dev-069d4e743c4b0c56c5a5374e1636db3ffe24ca32.zip
op-kernel-dev-069d4e743c4b0c56c5a5374e1636db3ffe24ca32.tar.gz
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>
Diffstat (limited to 'arch/arm/mach-exynos4/cpu.c')
-rw-r--r--arch/arm/mach-exynos4/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos4/cpu.c b/arch/arm/mach-exynos4/cpu.c
index 7dccf4a..910ade6 100644
--- a/arch/arm/mach-exynos4/cpu.c
+++ b/arch/arm/mach-exynos4/cpu.c
@@ -173,7 +173,7 @@ void __init exynos4_init_irq(void)
{
int irq;
- gic_init(0, IRQ_LOCALTIMER, S5P_VA_GIC_DIST, S5P_VA_GIC_CPU);
+ gic_init(0, IRQ_SPI(0), S5P_VA_GIC_DIST, S5P_VA_GIC_CPU);
gic_arch_extn.irq_eoi = exynos4_gic_irq_eoi;
for (irq = 0; irq < MAX_COMBINER_NR; irq++) {
OpenPOWER on IntegriCloud