summaryrefslogtreecommitdiffstats
path: root/sys/arm/mv/armadaxp
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/mv/armadaxp
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/mv/armadaxp')
-rw-r--r--sys/arm/mv/armadaxp/armadaxp_mp.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/arm/mv/armadaxp/armadaxp_mp.c b/sys/arm/mv/armadaxp/armadaxp_mp.c
index fd00522..2a9265d 100644
--- a/sys/arm/mv/armadaxp/armadaxp_mp.c
+++ b/sys/arm/mv/armadaxp/armadaxp_mp.c
@@ -87,11 +87,6 @@ platform_mp_setmaxid(void)
mp_maxid = mp_ncpus - 1;
}
-void
-platform_mp_init_secondary(void)
-{
-}
-
void mptramp(void);
void mptramp_end(void);
extern vm_offset_t mptramp_pmu_boot;
OpenPOWER on IntegriCloud