summaryrefslogtreecommitdiffstats
path: root/sys/arm/rockchip
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2016-02-26 16:04:47 +0000
committerandrew <andrew@FreeBSD.org>2016-02-26 16:04:47 +0000
commite2b10f22275d5cf513c95bad65cc08a5a177fe29 (patch)
treeeebfc93379998bac6ed371a6b64c75be5c78f37c /sys/arm/rockchip
parent14b43e3daae197f4b8c5a61ce642a93bbf6213b7 (diff)
downloadFreeBSD-src-e2b10f22275d5cf513c95bad65cc08a5a177fe29.zip
FreeBSD-src-e2b10f22275d5cf513c95bad65cc08a5a177fe29.tar.gz
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
Diffstat (limited to 'sys/arm/rockchip')
-rw-r--r--sys/arm/rockchip/rk30xx_mp.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/arm/rockchip/rk30xx_mp.c b/sys/arm/rockchip/rk30xx_mp.c
index 248c548..dcb0df9 100644
--- a/sys/arm/rockchip/rk30xx_mp.c
+++ b/sys/arm/rockchip/rk30xx_mp.c
@@ -80,13 +80,6 @@ rk30xx_boot2(void)
}
void
-platform_mp_init_secondary(void)
-{
-
- intr_pic_init_secondary();
-}
-
-void
platform_mp_setmaxid(void)
{
bus_space_handle_t scu;
OpenPOWER on IntegriCloud