aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/amlogic
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2016-02-26 16:04:47 +0000
committerAndrew Turner <andrew@FreeBSD.org>2016-02-26 16:04:47 +0000
commit7133fe0f33fb680c296a5cad8e1d2d247be430c9 (patch)
treeeebfc93379998bac6ed371a6b64c75be5c78f37c /sys/arm/amlogic
parent7eb9cc0975a11338ae04daeedb7aed2965f4493a (diff)
downloadsrc-7133fe0f33fb680c296a5cad8e1d2d247be430c9.tar.gz
src-7133fe0f33fb680c296a5cad8e1d2d247be430c9.zip
Almost all copies of platform_mp_init_secondary just called
intr_pic_init_secondary. Replace them with a direct call. On BCM2836 and ARMADA XP we need to add this function, but it can be empty. Reviewed by: ian, imp Sponsored by: ABT Systems Ltd Differential Revision: https://reviews.freebsd.org/D5460
Notes
Notes: svn path=/head/; revision=296100
Diffstat (limited to 'sys/arm/amlogic')
-rw-r--r--sys/arm/amlogic/aml8726/aml8726_mp.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/sys/arm/amlogic/aml8726/aml8726_mp.c b/sys/arm/amlogic/aml8726/aml8726_mp.c
index cbcba59348f0..e2996e3ff7ce 100644
--- a/sys/arm/amlogic/aml8726/aml8726_mp.c
+++ b/sys/arm/amlogic/aml8726/aml8726_mp.c
@@ -341,21 +341,6 @@ power_on_cpu(int cpu)
}
}
-
-void
-platform_mp_init_secondary(void)
-{
-
- /*
- * Consider modifying the timer driver to support
- * per-cpu timers and then enabling the timer for
- * each AP.
- */
-
- intr_pic_init_secondary();
-}
-
-
void
platform_mp_setmaxid(void)
{