summaryrefslogtreecommitdiffstats
path: root/sys/arm/samsung
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2015-10-18 16:54:34 +0000
committerian <ian@FreeBSD.org>2015-10-18 16:54:34 +0000
commit5723997412f1009e9962e6b1790496e537a4065f (patch)
tree6cdbe796d7d874350beaa762fb1307005122964b /sys/arm/samsung
parent2e36231acf2e90bdb35ec59d85cba8a0e7d2a047 (diff)
downloadFreeBSD-src-5723997412f1009e9962e6b1790496e537a4065f.zip
FreeBSD-src-5723997412f1009e9962e6b1790496e537a4065f.tar.gz
Rename arm_init_secondary_ic() -> arm_pic_init_secondary(). The latter is
the name the function will have when the new ARM_INTRNG code is integrated, and doing this rename first will make it easier to toggle the new interrupt handling code on/off with a config option for debugging.
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 1b3afbb..0f4a792 100644
--- a/sys/arm/samsung/exynos/exynos5_mp.c
+++ b/sys/arm/samsung/exynos/exynos5_mp.c
@@ -73,7 +73,7 @@ void
platform_mp_init_secondary(void)
{
- arm_init_secondary_ic();
+ arm_pic_init_secondary();
}
void
OpenPOWER on IntegriCloud