summaryrefslogtreecommitdiffstats
path: root/sys/arm/samsung
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2015-01-11 16:46:43 +0000
committerandrew <andrew@FreeBSD.org>2015-01-11 16:46:43 +0000
commit1b85e7384419f2b4386d8d3f046dcebc37b05f4f (patch)
tree3fd8d2c42a028cdc06f115db714ce7e875a96016 /sys/arm/samsung
parentdbc5bca893b30e25a63ab3710d175c3af8da10ef (diff)
downloadFreeBSD-src-1b85e7384419f2b4386d8d3f046dcebc37b05f4f.zip
FreeBSD-src-1b85e7384419f2b4386d8d3f046dcebc37b05f4f.tar.gz
Rename gic_init_secondary to arm_init_secondary_ic to help with the merge
of the arm_intrng project branch.
Diffstat (limited to 'sys/arm/samsung')
-rw-r--r--sys/arm/samsung/exynos/exynos5_mp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/samsung/exynos/exynos5_mp.c b/sys/arm/samsung/exynos/exynos5_mp.c
index aaeaf80..fa0fa07 100644
--- a/sys/arm/samsung/exynos/exynos5_mp.c
+++ b/sys/arm/samsung/exynos/exynos5_mp.c
@@ -70,7 +70,7 @@ void
platform_mp_init_secondary(void)
{
- gic_init_secondary();
+ arm_init_secondary_ic();
}
void
OpenPOWER on IntegriCloud