ARM: mach-shmobile: update for GIC changes.

This fixes up the SMP support to use the refactored GIC APIs.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
このコミットが含まれているのは:
Paul Mundt
2011-01-07 12:02:11 +09:00
コミット c0312b33da
4個のファイルの変更9行の追加11行の削除

ファイルの表示

@@ -64,7 +64,7 @@ unsigned int __init sh73a0_get_core_count(void)
void __cpuinit sh73a0_secondary_init(unsigned int cpu)
{
gic_cpu_init(0, __io(0xf0000100));
gic_secondary_init(0);
}
int __cpuinit sh73a0_boot_secondary(unsigned int cpu)