From fffe6b3a3f929f3ccf50ef40d1111f93b33df5fa Mon Sep 17 00:00:00 2001 From: Jamie Iles Date: Tue, 27 Sep 2011 20:53:31 +0100 Subject: [PATCH] --- yaml --- r: 279847 b: refs/heads/master c: bb3a4ebe63194a41b7d4420cbc26732e15aa8242 h: refs/heads/master i: 279845: 2052d20cf1ed10f29693e3f7e4683d92f51af4f3 279843: 5c7f9958c2923faba630524edca753ea8946c324 279839: bbc932a230ed3fd182a2fca72df2c6232bcc3b3d v: v3 --- [refs] | 2 +- trunk/arch/arm/Kconfig | 3 ++ .../mach-s5p64x0/include/mach/entry-macro.S | 7 ++-- trunk/arch/arm/mach-s5p64x0/mach-smdk6440.c | 2 + trunk/arch/arm/mach-s5p64x0/mach-smdk6450.c | 2 + .../mach-s5pc100/include/mach/entry-macro.S | 25 ------------- trunk/arch/arm/mach-s5pc100/mach-smdkc100.c | 2 + .../mach-s5pv210/include/mach/entry-macro.S | 37 ------------------- trunk/arch/arm/mach-s5pv210/mach-aquila.c | 2 + trunk/arch/arm/mach-s5pv210/mach-goni.c | 2 + trunk/arch/arm/mach-s5pv210/mach-smdkc110.c | 2 + trunk/arch/arm/mach-s5pv210/mach-smdkv210.c | 2 + trunk/arch/arm/mach-s5pv210/mach-torbreck.c | 2 + 13 files changed, 24 insertions(+), 66 deletions(-) diff --git a/[refs] b/[refs] index a467e3ac42a5..b60ee5abd682 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c8be7acd63ed65aa034fc036bb2c7867f30561bd +refs/heads/master: bb3a4ebe63194a41b7d4420cbc26732e15aa8242 diff --git a/trunk/arch/arm/Kconfig b/trunk/arch/arm/Kconfig index f48219b4ad7a..4364de547e98 100644 --- a/trunk/arch/arm/Kconfig +++ b/trunk/arch/arm/Kconfig @@ -803,6 +803,7 @@ config ARCH_S5P64X0 select HAVE_SCHED_CLOCK select HAVE_S3C2410_I2C if I2C select HAVE_S3C_RTC if RTC_CLASS + select MULTI_IRQ_HANDLER help Samsung S5P64X0 CPU based systems, such as the Samsung SMDK6440, SMDK6450. @@ -818,6 +819,7 @@ config ARCH_S5PC100 select HAVE_S3C2410_I2C if I2C select HAVE_S3C_RTC if RTC_CLASS select HAVE_S3C2410_WATCHDOG if WATCHDOG + select MULTI_IRQ_HANDLER help Samsung S5PC100 series based systems @@ -838,6 +840,7 @@ config ARCH_S5PV210 select HAVE_S3C_RTC if RTC_CLASS select HAVE_S3C2410_WATCHDOG if WATCHDOG select NEED_MACH_MEMORY_H + select MULTI_IRQ_HANDLER help Samsung S5PV210/S5PC110 series based systems diff --git a/trunk/arch/arm/mach-s5p64x0/include/mach/entry-macro.S b/trunk/arch/arm/mach-s5p64x0/include/mach/entry-macro.S index 10b62b4f8211..fbb246d0a3df 100644 --- a/trunk/arch/arm/mach-s5p64x0/include/mach/entry-macro.S +++ b/trunk/arch/arm/mach-s5p64x0/include/mach/entry-macro.S @@ -10,7 +10,8 @@ * published by the Free Software Foundation. */ -#include -#include + .macro disable_fiq + .endm -#include + .macro arch_ret_to_user, tmp1, tmp2 + .endm diff --git a/trunk/arch/arm/mach-s5p64x0/mach-smdk6440.c b/trunk/arch/arm/mach-s5p64x0/mach-smdk6440.c index 4a1250cd1356..c272c3f7d6de 100644 --- a/trunk/arch/arm/mach-s5p64x0/mach-smdk6440.c +++ b/trunk/arch/arm/mach-s5p64x0/mach-smdk6440.c @@ -27,6 +27,7 @@ #include