original_kernel/arch/arm/mach-s5pv310
Changhwan Youn 0c0f909689 ARM: S5PV310: Optimize interrupt source searching code
It is reported by Junseok Jung that using clz instruction is
better instead of using for-loop to find the interrupt source.
This patch modifies interrupt source searching code using __ffs().
The __ffs() is implemented using clz instruction.

Suggested-by: Junseok Jung <jundols.jung@samsung.com>
Signed-off-by: Changhwan Youn <chaos.youn@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
2010-10-21 07:52:18 +09:00
..
include/mach ARM: S5PV310: Add support RTC 2010-10-21 07:52:17 +09:00
Kconfig ARM: S5PV310: Add support Watchdog Timer 2010-10-21 07:52:18 +09:00
Makefile ARM: S5PV310: Add SMDKC210 board support file 2010-10-21 07:51:45 +09:00
Makefile.boot
clock.c ARM: S5PV310: Add support RTC 2010-10-21 07:52:17 +09:00
cpu.c ARM: S5PV310: Fix build error on GPIO map 2010-10-19 08:02:57 +09:00
headsmp.S
hotplug.c ARM: S5PV310: Add CPU hotplug support for S5PV310 2010-10-21 07:52:15 +09:00
init.c
irq-combiner.c ARM: S5PV310: Optimize interrupt source searching code 2010-10-21 07:52:18 +09:00
localtimer.c
mach-smdkc210.c ARM: S5PV310: Add support Watchdog Timer 2010-10-21 07:52:18 +09:00
mach-smdkv310.c ARM: S5PV310: Add support Watchdog Timer 2010-10-21 07:52:18 +09:00
mach-universal_c210.c ARM: S5PV310: Add GPIO keys at Universal board 2010-10-21 07:52:15 +09:00
platsmp.c ARM: S5PV310: Fix on Secondary CPU startup 2010-08-27 18:29:58 +09:00
setup-i2c0.c
setup-i2c1.c
setup-i2c2.c
time.c