From: Russell King Date: Sat, 4 Dec 2010 16:01:03 +0000 (+0000) Subject: ARM: GIC: Remove MMIO address from gic_cpu_init, rename to gic_secondary_init X-Git-Tag: v2.6.38-rc1~471^2~5^3~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=384895330e0f3954d9478fd0853145f9c169df12;p=pandora-kernel.git ARM: GIC: Remove MMIO address from gic_cpu_init, rename to gic_secondary_init We don't need to re-pass the base address for the CPU interfaces to the GIC for secondary CPUs, as it will never be different from the boot CPU - and even if it was, we'd overwrite the boot CPU's base address. Get rid of this argument, and rename to gic_secondary_init(). Reviewed-by: Catalin Marinas Tested-by: Abhijeet Dharmapurikar Signed-off-by: Russell King --- Reading git-diff-tree failed