From 5c7f9958c2923faba630524edca753ea8946c324 Mon Sep 17 00:00:00 2001 From: Jamie Iles Date: Fri, 4 Nov 2011 01:10:04 +0000 Subject: [PATCH] --- yaml --- r: 279843 b: refs/heads/master c: 774b51f8f8269cb9a2cdbe2ac2c0a2ff62250b01 h: refs/heads/master i: 279841: 4ba6f158f75fd50526d91452805152398370db6c 279839: bbc932a230ed3fd182a2fca72df2c6232bcc3b3d v: v3 --- [refs] | 2 +- trunk/arch/arm/Kconfig | 1 + trunk/arch/arm/mach-s3c64xx/include/mach/entry-macro.S | 7 ++++--- trunk/arch/arm/mach-s3c64xx/mach-anw6410.c | 2 ++ trunk/arch/arm/mach-s3c64xx/mach-crag6410.c | 2 ++ trunk/arch/arm/mach-s3c64xx/mach-hmt.c | 2 ++ trunk/arch/arm/mach-s3c64xx/mach-mini6410.c | 2 ++ trunk/arch/arm/mach-s3c64xx/mach-ncp.c | 2 ++ trunk/arch/arm/mach-s3c64xx/mach-real6410.c | 2 ++ trunk/arch/arm/mach-s3c64xx/mach-smartq5.c | 2 ++ trunk/arch/arm/mach-s3c64xx/mach-smartq7.c | 2 ++ trunk/arch/arm/mach-s3c64xx/mach-smdk6400.c | 2 ++ trunk/arch/arm/mach-s3c64xx/mach-smdk6410.c | 2 ++ 13 files changed, 26 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 2a07f41ae4d6..c17043b20628 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 42ab5304547b1d40909eeb499b5f38b99410e597 +refs/heads/master: 774b51f8f8269cb9a2cdbe2ac2c0a2ff62250b01 diff --git a/trunk/arch/arm/Kconfig b/trunk/arch/arm/Kconfig index 7408fb80afa1..8399bad142b1 100644 --- a/trunk/arch/arm/Kconfig +++ b/trunk/arch/arm/Kconfig @@ -786,6 +786,7 @@ config ARCH_S3C64XX select SAMSUNG_GPIOLIB_4BIT select HAVE_S3C2410_I2C if I2C select HAVE_S3C2410_WATCHDOG if WATCHDOG + select MULTI_IRQ_HANDLER help Samsung S3C64XX series based systems diff --git a/trunk/arch/arm/mach-s3c64xx/include/mach/entry-macro.S b/trunk/arch/arm/mach-s3c64xx/include/mach/entry-macro.S index dd362604dcce..dc2bc15142ce 100644 --- a/trunk/arch/arm/mach-s3c64xx/include/mach/entry-macro.S +++ b/trunk/arch/arm/mach-s3c64xx/include/mach/entry-macro.S @@ -12,7 +12,8 @@ * warranty of any kind, whether express or implied. */ -#include -#include + .macro disable_fiq + .endm -#include + .macro arch_ret_to_user, tmp1, tmp2 + .endm diff --git a/trunk/arch/arm/mach-s3c64xx/mach-anw6410.c b/trunk/arch/arm/mach-s3c64xx/mach-anw6410.c index 8eba88e7209e..2bbc14d93428 100644 --- a/trunk/arch/arm/mach-s3c64xx/mach-anw6410.c +++ b/trunk/arch/arm/mach-s3c64xx/mach-anw6410.c @@ -30,6 +30,7 @@ #include