]> git.karo-electronics.de Git - mv-sheeva.git/commit
ARM: GIC: consolidate gic_cpu_base_addr to common GIC code
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 4 Dec 2010 16:13:29 +0000 (16:13 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 14 Dec 2010 19:21:42 +0000 (19:21 +0000)
commitff2e27ae0b17f53a6a289c87d325f706598f3788
tree1288f491bce11b3d8a6d48604fd00d68bea6eb98
parent384895330e0f3954d9478fd0853145f9c169df12
ARM: GIC: consolidate gic_cpu_base_addr to common GIC code

Every architecture using the GIC has a gic_cpu_base_addr pointer for
GIC 0 for their entry assembly code to use to decode the cause of the
current interrupt.  Move this into the common GIC code.

Reviewed-by: Catalin Marinas <catalin.marinas@arm.com>
Tested-by: Abhijeet Dharmapurikar <adharmap@codeaurora.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
18 files changed:
arch/arm/common/gic.c
arch/arm/include/asm/hardware/gic.h
arch/arm/mach-cns3xxx/core.c
arch/arm/mach-cns3xxx/core.h
arch/arm/mach-msm/board-msm8x60.c
arch/arm/mach-omap2/include/mach/omap4-common.h
arch/arm/mach-omap2/omap4-common.c
arch/arm/mach-realview/core.c
arch/arm/mach-realview/core.h
arch/arm/mach-realview/realview_eb.c
arch/arm/mach-realview/realview_pb1176.c
arch/arm/mach-realview/realview_pb11mp.c
arch/arm/mach-realview/realview_pba8.c
arch/arm/mach-realview/realview_pbx.c
arch/arm/mach-s5pv310/cpu.c
arch/arm/mach-s5pv310/include/mach/smp.h
arch/arm/mach-vexpress/core.h
arch/arm/mach-vexpress/ct-ca9x4.c