summaryrefslogtreecommitdiffstats
path: root/sys/arm/include
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/include
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/include')
-rw-r--r--sys/arm/include/smp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arm/include/smp.h b/sys/arm/include/smp.h
index 1ca44a1..e4d6385 100644
--- a/sys/arm/include/smp.h
+++ b/sys/arm/include/smp.h
@@ -46,7 +46,6 @@ int pic_ipi_read(int arg);
/* Platform interface */
void platform_mp_setmaxid(void);
void platform_mp_start_ap(void);
-void platform_mp_init_secondary(void);
/* global data in mp_machdep.c */
extern struct pcb stoppcbs[];
OpenPOWER on IntegriCloud