From 99258dc34fcc820aa8f549d860f3e26b00246dcc Mon Sep 17 00:00:00 2001 From: Kukjin Kim Date: Thu, 6 Dec 2012 15:31:10 +0900 Subject: [PATCH] --- yaml --- r: 347750 b: refs/heads/master c: 12fee1949e2b302009026ce28e4ef6fac721d7ea h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-exynos/common.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index ec163b03e47d..ed32c91993df 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ade7ffbb9b6f2ab65e69496bc4076e215e2cd8ba +refs/heads/master: 12fee1949e2b302009026ce28e4ef6fac721d7ea diff --git a/trunk/arch/arm/mach-exynos/common.c b/trunk/arch/arm/mach-exynos/common.c index ddd4b72c6f9a..d6d0dc651089 100644 --- a/trunk/arch/arm/mach-exynos/common.c +++ b/trunk/arch/arm/mach-exynos/common.c @@ -679,7 +679,8 @@ void __init exynos5_init_irq(void) * Theses parameters should be NULL and 0 because EXYNOS4 * uses GIC instead of VIC. */ - s5p_init_irq(NULL, 0); + if (!of_machine_is_compatible("samsung,exynos5440")) + s5p_init_irq(NULL, 0); gic_arch_extn.irq_set_wake = s3c_irq_wake; }