summaryrefslogtreecommitdiff
path: root/arch/arm/mach-exynos4/include/mach/irqs.h
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/include/mach/irqs.h
parentaab74d3e753649defa52ea43cbec1e91ebb4cc8e (diff)
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/include/mach/irqs.h')
-rw-r--r--arch/arm/mach-exynos4/include/mach/irqs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-exynos4/include/mach/irqs.h b/arch/arm/mach-exynos4/include/mach/irqs.h
index e497ea223eba..250427f6dcc1 100644
--- a/arch/arm/mach-exynos4/include/mach/irqs.h
+++ b/arch/arm/mach-exynos4/include/mach/irqs.h
@@ -19,8 +19,6 @@
#define IRQ_PPI(x) S5P_IRQ(x+16)
-#define IRQ_LOCALTIMER IRQ_PPI(13)
-
/* SPI: Shared Peripheral Interrupt */
#define IRQ_SPI(x) S5P_IRQ(x+32)