aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/include/smp.h
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2016-02-26 15:54:34 +0000
committerAndrew Turner <andrew@FreeBSD.org>2016-02-26 15:54:34 +0000
commit3210b875541fc39fca5b4ffa700cd70d99ad0c31 (patch)
treec66664c430ecdf3ef5dd8e284d0edbb76b55aee5 /sys/arm/include/smp.h
parent8265d9164662b2142c1a25c6f222d8760f4aeb94 (diff)
downloadsrc-3210b875541fc39fca5b4ffa700cd70d99ad0c31.tar.gz
src-3210b875541fc39fca5b4ffa700cd70d99ad0c31.zip
Remove platform_mp_probe as it's almost identical on most ARM SoCs, and
slightly wrong on the others. We should just check if mp_ncpus is set to more than one CPU as we may wish to run on a single core even when SMP is available. Reviewed by: ian Sponsored by: ABT Systems Ltd Differential Revision: https://reviews.freebsd.org/D5458
Notes
Notes: svn path=/head/; revision=296098
Diffstat (limited to 'sys/arm/include/smp.h')
-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 269f0ed0ed54..1ca44a165b61 100644
--- a/sys/arm/include/smp.h
+++ b/sys/arm/include/smp.h
@@ -45,7 +45,6 @@ int pic_ipi_read(int arg);
/* Platform interface */
void platform_mp_setmaxid(void);
-int platform_mp_probe(void);
void platform_mp_start_ap(void);
void platform_mp_init_secondary(void);